Trace number 1049350

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 109.857 110.558

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-3-13-25-26.xml
MD5SUM7672cbc92c95110a92bce4d4d3f0bc43
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.0556
Satisfiable
(Un)Satisfiability was proved
Number of variables4644
Number of constraints31428
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31428
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 02:27:10 2008
0.00/0.04	c 0	PID 23897
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1049350-1215044829.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1049350-1215044829.xml' 'HOME/temp.csp'
1.85/1.98	c 2	1 domains, 4644 variables, 11 predicates, 0 relations, 31428 constraints
1.93/2.03	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.93/2.04	c 2	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'
1.99/2.12	c 2	Parsing HOME/temp.csp
2.28/2.47	c 2	parsed 10000 expressions
2.58/2.76	c 2	parsed 20000 expressions
2.78/2.98	c 3	parsed 30000 expressions
3.08/3.24	c 3	parsed 36084 expressions
3.08/3.25	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.08/3.25	c 3	Converting to clausal form CSP
3.08/3.30	c 3	converted 3609 (10%) expressions
3.37/3.53	c 3	converted 7217 (20%) expressions
3.47/3.62	c 3	converted 10826 (30%) expressions
3.57/3.71	c 3	converted 14434 (40%) expressions
3.77/3.93	c 4	converted 18042 (50%) expressions
3.87/4.02	c 4	converted 21651 (60%) expressions
3.97/4.10	c 4	converted 25259 (70%) expressions
3.97/4.19	c 4	converted 28868 (80%) expressions
4.07/4.28	c 4	converted 32476 (90%) expressions
4.77/4.94	c 5	converted 36084 (100%) expressions
4.77/4.94	c 5	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 53
4.77/4.95	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.95	c 5	Propagation in CSP
5.06/5.27	c 5	16762 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.06/5.27	c 5	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 11
5.06/5.27	c 5	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.29	c 5	Simplifing CSP by introducing new Boolean variables
5.16/5.31	c 5	CSP : 10224 integers, 0 booleans, 42588 clauses, largest domain size 11
5.16/5.31	c 5	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.46	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.26/5.48	c 5	1023 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.26/5.49	c 5	2045 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.26/5.49	c 5	3068 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.26/5.50	c 5	4090 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.36/5.50	c 5	5112 (50%) CSP integer variables are encoded (521 clauses, 6837 bytes)
5.36/5.51	c 5	6135 (60%) CSP integer variables are encoded (1689 clauses, 22021 bytes)
5.36/5.51	c 5	7157 (70%) CSP integer variables are encoded (2846 clauses, 37062 bytes)
5.36/5.51	c 5	8180 (80%) CSP integer variables are encoded (4004 clauses, 54432 bytes)
5.36/5.52	c 5	9202 (90%) CSP integer variables are encoded (7872 clauses, 112452 bytes)
5.36/5.53	c 5	10224 (100%) CSP integer variables are encoded (13434 clauses, 195882 bytes)
5.45/5.61	c 5	4259 (10%) CSP clauses are encoded (17693 clauses, 261542 bytes)
5.45/5.65	c 5	8518 (20%) CSP clauses are encoded (21952 clauses, 329686 bytes)
5.45/5.69	c 5	12777 (30%) CSP clauses are encoded (26211 clauses, 397830 bytes)
5.56/5.73	c 5	17036 (40%) CSP clauses are encoded (30470 clauses, 472794 bytes)
5.56/5.77	c 5	21294 (50%) CSP clauses are encoded (34728 clauses, 549438 bytes)
5.66/5.81	c 5	25553 (60%) CSP clauses are encoded (38987 clauses, 626100 bytes)
5.66/5.85	c 6	29812 (70%) CSP clauses are encoded (43246 clauses, 702762 bytes)
5.85/6.02	c 6	34071 (80%) CSP clauses are encoded (68291 clauses, 1038743 bytes)
5.85/6.08	c 6	38330 (90%) CSP clauses are encoded (85890 clauses, 1321203 bytes)
6.05/6.21	c 6	42588 (100%) CSP clauses are encoded (141182 clauses, 2353935 bytes)
6.05/6.21	c 6	42588 CSP clauses encoded
6.05/6.21	c 6	Writing map file : HOME/temp.map
6.05/6.26	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.26	c 6	SAT : 23658 SAT variables, 141182 SAT clauses, 2353935 bytes
6.05/6.26	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.28	c 6	SOLVING HOME/temp.cnf
6.05/6.28	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.16/6.30	c 6	This is MiniSat 2.0 beta
6.16/6.30	c 6	WARNING: for repeatability, setting FPU to use double precision
6.16/6.30	c 6	============================[ Problem Statistics ]=============================
6.16/6.30	c 6	|                                                                             |
6.16/6.30	c 6	|  Number of variables:  23658                                                |
6.16/6.30	c 6	|  Number of clauses:    141182                                               |
6.16/6.37	c 6	|  Parsing time:         0.06         s                                       |
6.16/6.37	c 6	============================[ Search Statistics ]==============================
6.16/6.37	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.16/6.37	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.16/6.37	c 6	===============================================================================
6.16/6.37	c 6	|         0 |   23658   141182   359855 |    47060        0    nan |  0.000 % |
6.16/6.45	c 6	|       100 |   23654   141182   359855 |    51766       98      7 |  0.025 % |
6.16/6.49	c 6	|       252 |   23654   141182   359855 |    56943      250     32 |  0.025 % |
6.35/6.53	c 6	|       478 |   23654   141182   359855 |    62637      476     31 |  0.025 % |
6.35/6.59	c 6	|       816 |   23651   141156   359797 |    68901      813     33 |  0.038 % |
6.45/6.67	c 6	|      1322 |   23651   141156   359797 |    75791     1319     40 |  0.038 % |
6.64/6.82	c 6	|      2081 |   23649   141143   359768 |    83370     2078     49 |  0.038 % |
6.74/6.99	c 7	|      3220 |   23648   141143   359768 |    91707     3216     47 |  0.042 % |
7.04/7.29	c 7	|      4928 |   23648   141139   359760 |   100878     4924     49 |  0.042 % |
7.44/7.68	c 7	|      7490 |   23647   141136   359754 |   110966     7485     50 |  0.047 % |
8.13/8.37	c 8	|     11334 |   23647   141136   359754 |   122063    11329     54 |  0.047 % |
9.23/9.47	c 9	|     17101 |   23639   141102   359679 |   134269    17093     58 |  0.080 % |
11.31/11.52	c 11	|     25751 |   23639   141102   359679 |   147696    25743     66 |  0.080 % |
14.70/14.91	c 15	|     38726 |   23635   141089   359650 |   162466    38716     67 |  0.106 % |
19.28/19.55	c 19	|     58187 |   23628   141069   359607 |   178712    58172     64 |  0.135 % |
28.35/28.61	c 28	|     87379 |   23622   141032   359527 |   196584    87362     69 |  0.152 % |
42.36/42.76	c 42	|    131168 |   23600   140938   359318 |   216242   131143     69 |  0.245 % |
74.31/74.87	c 75	|    196852 |   23594   140921   359281 |   237866   196823     72 |  0.279 % |
109.33/110.05	c 110	===============================================================================
109.33/110.05	c 110	restarts              : 18
109.33/110.05	c 110	conflicts             : 262207         (2545 /sec)
109.33/110.05	c 110	decisions             : 348362         (1.08 % random) (3381 /sec)
109.33/110.05	c 110	propagations          : 110962153      (1077048 /sec)
109.33/110.05	c 110	conflict literals     : 20049868       (6.73 % deleted)
109.33/110.05	c 110	Memory used           : 92.47 MB
109.33/110.05	c 110	CPU time              : 103.024 s
109.33/110.05	c 110	
109.33/110.06	c 110	SATISFIABLE
109.33/110.08	c 110	DECODING HOME/temp.out WITH HOME/temp.map
109.33/110.08	c 110	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
109.42/110.16	c 110	Decoding HOME/temp.out
109.42/110.37	s SATISFIABLE
109.42/110.50	v 0 0 0 0 0 0 0 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 1 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 1 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 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 1 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 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 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 1 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 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 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 1 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 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 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 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 1 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 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 1 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 0 0 0 1 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 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 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 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 0 0 0 0 0 0 0 1 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 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 1 0 1 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 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 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 0 0 1 0 1 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 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 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 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 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 1 0 0 1 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 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 1 0 0 0 0 1 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 1 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 1 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 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 1 0 0 1 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 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 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 1 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 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 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 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 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 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 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 1 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0
109.42/110.50	c 110	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.42/110.55	c 110	CPU 109.3 (0.04 0.01 109.26 0.51)
109.42/110.55	c 110	END Thu Jul  3 02:29:00 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-1049350-1215044829/watcher-1049350-1215044829 -o /tmp/evaluation-result-1049350-1215044829/solver-1049350-1215044829 -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-1049350-1215044829.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.00 2.00 1.96 4/91 23897
/proc/meminfo: memFree=1405264/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=12132 CPUtime=0
/proc/23897/stat : 23897 (sugar) R 23895 23897 22236 0 -1 4194304 289 0 0 0 0 0 0 0 21 0 1 0 116163595 12423168 257 996147200 4194304 4206940 548682068608 18446744073709551615 265673965104 0 0 4224 0 0 0 0 17 1 0 0
/proc/23897/statm: 3033 257 189 3 0 133 0

[startup+0.05279 s]
/proc/loadavg: 2.00 2.00 1.96 4/91 23897
/proc/meminfo: memFree=1405264/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=0.03
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 116163595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101799 s]
/proc/loadavg: 2.00 2.00 1.96 4/91 23897
/proc/meminfo: memFree=1405264/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=0.03
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 116163595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301822 s]
/proc/loadavg: 2.00 2.00 1.96 4/91 23897
/proc/meminfo: memFree=1405264/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=0.03
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 116163595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701871 s]
/proc/loadavg: 2.00 2.00 1.96 4/91 23897
/proc/meminfo: memFree=1405264/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=0.03
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 116163595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 23909
/proc/meminfo: memFree=1371192/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=0.03
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 116163595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 796 370 3 0 500 0
[pid=23900] ppid=23897 vsize=5356 CPUtime=0
/proc/23900/stat : 23900 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116163600 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23900/statm: 1339 233 193 169 0 50 0
[pid=23901] ppid=23900 vsize=864672 CPUtime=1.42
/proc/23901/stat : 23901 (java) S 23900 23897 22236 0 -1 0 17661 0 1 0 133 9 0 0 18 0 9 0 116163601 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23901/statm: 216168 14737 2529 9 0 210750 0
[pid=23901/tid=23902] ppid=23900 vsize=864672 CPUtime=0.64
/proc/23901/task/23902/stat : 23902 (java) R 23900 23897 22236 0 -1 64 3231 0 1 0 62 2 0 0 25 0 9 0 116163602 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4126711350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23903] ppid=23900 vsize=864672 CPUtime=0.65
/proc/23901/task/23903/stat : 23903 (java) S 23900 23897 22236 0 -1 64 13228 0 0 0 59 6 0 0 17 0 9 0 116163603 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23904] ppid=23900 vsize=864672 CPUtime=0
/proc/23901/task/23904/stat : 23904 (java) S 23900 23897 22236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 116163603 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23905] ppid=23900 vsize=864672 CPUtime=0
/proc/23901/task/23905/stat : 23905 (java) S 23900 23897 22236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 116163603 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23906] ppid=23900 vsize=864672 CPUtime=0
/proc/23901/task/23906/stat : 23906 (java) S 23900 23897 22236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 116163605 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23907] ppid=23900 vsize=864672 CPUtime=0.11
/proc/23901/task/23907/stat : 23907 (java) S 23900 23897 22236 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 116163605 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23908] ppid=23900 vsize=864672 CPUtime=0
/proc/23901/task/23908/stat : 23908 (java) S 23900 23897 22236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 116163605 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23901/tid=23909] ppid=23900 vsize=864672 CPUtime=0
/proc/23901/task/23909/stat : 23909 (java) S 23900 23897 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116163605 885424128 14737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.10213 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 23919
/proc/meminfo: memFree=1397752/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=1.94
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 973 19359 0 1 3 0 181 10 15 0 1 0 116163595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 797 370 3 0 500 0
[pid=23910] ppid=23897 vsize=5356 CPUtime=0
/proc/23910/stat : 23910 (sh) S 23897 23897 22236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116163799 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23910/statm: 1339 233 193 169 0 50 0
[pid=23911] ppid=23910 vsize=864092 CPUtime=1.04
/proc/23911/stat : 23911 (java) S 23910 23897 22236 0 -1 0 8173 0 1 0 101 3 0 0 20 0 9 0 116163800 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23911/statm: 216023 7122 2532 9 0 210605 0
[pid=23911/tid=23912] ppid=23910 vsize=864092 CPUtime=0.64
/proc/23911/task/23912/stat : 23912 (java) R 23910 23897 22236 0 -1 64 2685 0 1 0 63 1 0 0 25 0 9 0 116163800 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23913] ppid=23910 vsize=864092 CPUtime=0.31
/proc/23911/task/23913/stat : 23913 (java) R 23910 23897 22236 0 -1 64 4453 0 0 0 30 1 0 0 16 0 9 0 116163802 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 104179056 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=864092 CPUtime=0
/proc/23911/task/23914/stat : 23914 (java) S 23910 23897 22236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 116163802 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=864092 CPUtime=0
/proc/23911/task/23915/stat : 23915 (java) S 23910 23897 22236 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116163802 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=864092 CPUtime=0
/proc/23911/task/23916/stat : 23916 (java) S 23910 23897 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116163804 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23917] ppid=23910 vsize=864092 CPUtime=0.06
/proc/23911/task/23917/stat : 23917 (java) S 23910 23897 22236 0 -1 64 339 0 0 0 6 0 0 0 18 0 9 0 116163804 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23918] ppid=23910 vsize=864092 CPUtime=0
/proc/23911/task/23918/stat : 23918 (java) S 23910 23897 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116163804 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23911/tid=23919] ppid=23910 vsize=864092 CPUtime=0
/proc/23911/task/23919/stat : 23919 (java) S 23910 23897 22236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 116163804 884830208 7122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883048

[startup+6.30249 s]
/proc/loadavg: 2.00 2.00 1.96 5/102 23919
/proc/meminfo: memFree=1351480/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1023 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 13600

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1382008/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=18652 CPUtime=6.36
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 4448 0 0 0 633 3 0 0 25 0 1 0 116164226 19099648 4434 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 4663 4434 76 150 0 4510 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 37608

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1366712/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=33768 CPUtime=19.09
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 8206 0 0 0 1904 5 0 0 25 0 1 0 116164226 34578432 8192 996147200 134512640 135127466 4294956272 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 8442 8192 76 150 0 8289 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 52724

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1342072/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=58640 CPUtime=44.55
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 14401 0 0 0 4444 11 0 0 25 0 1 0 116164226 60047360 14387 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 14660 14387 76 150 0 14507 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 77596

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1308600/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=91784 CPUtime=95.51
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 22661 0 0 0 9532 19 0 0 25 0 1 0 116164226 93986816 22647 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 22946 22647 76 150 0 22793 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 110740

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

[startup+105.502 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1305656/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=94688 CPUtime=98.69
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 23382 0 0 0 9849 20 0 0 25 0 1 0 116164226 96960512 23368 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 23672 23368 76 150 0 23519 0
Current children cumulated CPU time (s) 104.85
Current children cumulated vsize (KiB) 113644

[startup+108.703 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1305592/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=94688 CPUtime=101.87
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 23397 0 0 0 10167 20 0 0 25 0 1 0 116164226 96960512 23383 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 23672 23383 76 150 0 23519 0
Current children cumulated CPU time (s) 108.03
Current children cumulated vsize (KiB) 113644

[startup+109.502 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1305592/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=6.16
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1033 36268 0 2 3 1 588 24 16 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
[pid=23920] ppid=23897 vsize=5356 CPUtime=0
/proc/23920/stat : 23920 (sh) S 23897 23897 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116164224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23920/statm: 1339 232 193 169 0 50 0
[pid=23921] ppid=23920 vsize=94688 CPUtime=102.67
/proc/23921/stat : 23921 (minisat) R 23920 23897 22236 0 -1 4194304 23398 0 0 0 10247 20 0 0 25 0 1 0 116164226 96960512 23384 996147200 134512640 135127466 4294956272 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/23921/statm: 23672 23384 76 150 0 23519 0
Current children cumulated CPU time (s) 108.83
Current children cumulated vsize (KiB) 113644

[startup+110.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1305592/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=109.42
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1091 59962 0 2 4 1 10891 46 15 0 1 0 116163595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 109.42
Current children cumulated vsize (KiB) 13600

[startup+110.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 23921
/proc/meminfo: memFree=1305592/2055920 swapFree=4179076/4192956
[pid=23897] ppid=23895 vsize=13600 CPUtime=109.42
/proc/23897/stat : 23897 (sugar) S 23895 23897 22236 0 -1 4194304 1096 59962 0 2 4 1 10891 46 15 0 1 0 116163595 13926400 803 996147200 4194304 4206940 548682068608 18446744073709551615 265682989010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23897/statm: 3400 803 370 3 0 500 0
Current children cumulated CPU time (s) 109.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 110.558
CPU time (s): 109.857
CPU user time (s): 109.315
CPU system time (s): 0.541917
CPU usage (%): 99.3664
Max. virtual memory (cumulated for all children) (KiB): 887904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.315
system time used= 0.541917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65246
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= 9513
involuntary context switches= 10638

runsolver used 0.153976 second user time and 0.370943 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 02:27:10
IDJOB=1049350
IDBENCH=54672
IDSOLVER=346
FILE ID=node76/1049350-1215044829
PBS_JOBID= 7875025
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-3-13-25-26.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-1049350-1215044829/watcher-1049350-1215044829 -o /tmp/evaluation-result-1049350-1215044829/solver-1049350-1215044829 -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-1049350-1215044829.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=924641955

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1405680 kB
Buffers:         47632 kB
Cached:         289060 kB
SwapCached:       7660 kB
Active:         330900 kB
Inactive:       247884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405680 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:         256280 kB
Slab:            55872 kB
Committed_AS:   975208 kB
PageTables:       2496 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= 66544 MiB
End job on node76 at 2008-07-03 02:29:00