Trace number 1063728

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 11.1693 11.3884

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran16x16.xml
MD5SUM9f054a6207937b9747ad5269dca29ec3
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 benchmark1.75673
Satisfiable
(Un)Satisfiability was proved
Number of variables7936
Number of constraints320
Maximum constraint arity480
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 04:30:08 2008
0.00/0.05	c 0	PID 17943
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063728-1215138608.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-1063728-1215138608.xml' 'HOME/temp.csp'
1.04/1.11	c 1	2 domains, 7936 variables, 4 predicates, 0 relations, 320 constraints
1.04/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.15	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'
1.07/1.23	c 1	Parsing HOME/temp.csp
1.07/1.82	c 2	parsed 8262 expressions
1.07/1.83	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.83	c 2	Converting to clausal form CSP
1.07/1.86	c 2	converted 827 (10%) expressions
1.07/1.87	c 2	converted 1653 (20%) expressions
1.07/1.87	c 2	converted 2479 (30%) expressions
1.07/1.88	c 2	converted 3305 (40%) expressions
1.07/1.88	c 2	converted 4131 (50%) expressions
1.07/1.88	c 2	converted 4958 (60%) expressions
1.07/1.88	c 2	converted 5784 (70%) expressions
1.07/1.88	c 2	converted 6610 (80%) expressions
1.07/1.88	c 2	converted 7436 (90%) expressions
5.06/5.20	c 5	converted 8262 (100%) expressions
5.06/5.22	c 5	CSP : 45952 integers, 0 booleans, 74724 clauses, largest domain size 132
5.06/5.22	c 5	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.22	c 5	Propagation in CSP
5.85/6.03	c 6	50290 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.85/6.04	c 6	CSP : 45952 integers, 0 booleans, 74724 clauses, largest domain size 132
5.85/6.04	c 6	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.07	c 6	Simplifing CSP by introducing new Boolean variables
5.95/6.10	c 6	CSP : 45952 integers, 0 booleans, 74724 clauses, largest domain size 132
5.95/6.10	c 6	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.47	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.34/6.52	c 6	4596 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.34/6.53	c 6	9191 (20%) CSP integer variables are encoded (4321 clauses, 56237 bytes)
6.34/6.56	c 6	13786 (30%) CSP integer variables are encoded (20008 clauses, 291251 bytes)
6.34/6.57	c 6	18381 (40%) CSP integer variables are encoded (30830 clauses, 453581 bytes)
6.34/6.59	c 6	22976 (50%) CSP integer variables are encoded (37975 clauses, 560756 bytes)
6.44/6.60	c 6	27572 (60%) CSP integer variables are encoded (45566 clauses, 674621 bytes)
6.44/6.62	c 7	32167 (70%) CSP integer variables are encoded (53021 clauses, 786446 bytes)
6.44/6.64	c 7	36762 (80%) CSP integer variables are encoded (60202 clauses, 894161 bytes)
6.44/6.65	c 7	41357 (90%) CSP integer variables are encoded (67061 clauses, 1001612 bytes)
6.44/6.67	c 7	45952 (100%) CSP integer variables are encoded (74033 clauses, 1120136 bytes)
6.74/6.90	c 7	7473 (10%) CSP clauses are encoded (153307 clauses, 2546437 bytes)
6.93/7.10	c 7	14945 (20%) CSP clauses are encoded (233581 clauses, 4068917 bytes)
7.23/7.46	c 7	22418 (30%) CSP clauses are encoded (399392 clauses, 7473208 bytes)
7.53/7.77	c 8	29890 (40%) CSP clauses are encoded (544532 clauses, 10453149 bytes)
7.83/8.08	c 8	37362 (50%) CSP clauses are encoded (690378 clauses, 13448827 bytes)
8.12/8.40	c 8	44835 (60%) CSP clauses are encoded (834733 clauses, 16414400 bytes)
8.42/8.69	c 9	52307 (70%) CSP clauses are encoded (967659 clauses, 19135524 bytes)
8.81/9.00	c 9	59780 (80%) CSP clauses are encoded (1112944 clauses, 22121706 bytes)
9.11/9.32	c 9	67252 (90%) CSP clauses are encoded (1250646 clauses, 25177077 bytes)
9.41/9.64	c 10	74724 (100%) CSP clauses are encoded (1394072 clauses, 28530305 bytes)
9.41/9.64	c 10	74724 CSP clauses encoded
9.41/9.64	c 10	Writing map file : HOME/temp.map
9.51/9.71	c 10	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.51/9.71	c 10	SAT : 115477 SAT variables, 1394072 SAT clauses, 28530305 bytes
9.51/9.71	c 10	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.51/9.74	c 10	SOLVING HOME/temp.cnf
9.51/9.74	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.51/9.74	c 10	This is MiniSat 2.0 beta
9.51/9.74	c 10	WARNING: for repeatability, setting FPU to use double precision
9.51/9.74	c 10	============================[ Problem Statistics ]=============================
9.51/9.74	c 10	|                                                                             |
9.51/9.75	c 10	|  Number of variables:  115477                                               |
9.51/9.75	c 10	|  Number of clauses:    1394072                                              |
10.19/10.46	c 10	|  Parsing time:         0.61         s                                       |
10.29/10.50	c 10	============================[ Search Statistics ]==============================
10.29/10.50	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.29/10.50	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.29/10.50	c 10	===============================================================================
10.29/10.50	c 10	|         0 |  115477  1394072  3882700 |   464690        0    nan |  0.000 % |
10.39/10.67	c 11	===============================================================================
10.39/10.67	c 11	restarts              : 1
10.39/10.67	c 11	conflicts             : 0              (0 /sec)
10.39/10.67	c 11	decisions             : 100            (0.00 % random) (122 /sec)
10.39/10.67	c 11	propagations          : 115477         (140675 /sec)
10.39/10.67	c 11	conflict literals     : 0              ( nan % deleted)
10.39/10.67	c 11	Memory used           : 65.33 MB
10.39/10.67	c 11	CPU time              : 0.820875 s
10.39/10.67	c 11	
10.49/10.72	c 11	SATISFIABLE
10.49/10.73	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.49/10.73	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.53/10.81	c 11	Decoding HOME/temp.out
10.87/11.13	s SATISFIABLE
11.06/11.33	v 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
11.06/11.33	c 11	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.06/11.37	c 11	CPU 10.53 (0.06 0.05 10.47 0.54)
11.06/11.37	c 11	END Fri Jul  4 04:30:19 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-1063728-1215138608/watcher-1063728-1215138608 -o /tmp/evaluation-result-1063728-1215138608/solver-1063728-1215138608 -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-1063728-1215138608.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 2.00 4/81 17943
/proc/meminfo: memFree=1848080/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=6268 CPUtime=0
/proc/17943/stat : 17943 (sugar) R 17941 17943 15907 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 1992835955 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 244668495241 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17943/statm: 1567 47 36 3 0 8 0

[startup+0.085996 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17943
/proc/meminfo: memFree=1848080/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=0.03
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992835955 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102998 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17943
/proc/meminfo: memFree=1848080/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=0.03
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992835955 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301019 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17943
/proc/meminfo: memFree=1848080/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=0.03
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992835955 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701059 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17943
/proc/meminfo: memFree=1848080/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=0.03
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992835955 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17955
/proc/meminfo: memFree=1832120/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=1.07
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 973 7141 0 1 3 1 99 4 16 0 1 0 1992835955 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10331 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17965
/proc/meminfo: memFree=1827000/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=1.07
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 973 7141 0 1 3 1 99 4 15 0 1 0 1992835955 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 797 370 3 0 500 0
[pid=17956] ppid=17943 vsize=5356 CPUtime=0
/proc/17956/stat : 17956 (sh) S 17943 17943 15907 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992836070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17956/statm: 1339 233 193 169 0 50 0
[pid=17957] ppid=17956 vsize=868388 CPUtime=1.91
/proc/17957/stat : 17957 (java) S 17956 17943 15907 0 -1 0 11352 0 1 0 186 5 0 0 18 0 9 0 1992836071 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 217097 10373 2541 9 0 211672 0
[pid=17957/tid=17958] ppid=17956 vsize=868388 CPUtime=1.16
/proc/17957/task/17958/stat : 17958 (java) R 17956 17943 15907 0 -1 64 2836 0 1 0 114 2 0 0 24 0 9 0 1992836072 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17959] ppid=17956 vsize=868388 CPUtime=0.5
/proc/17957/task/17959/stat : 17959 (java) R 17956 17943 15907 0 -1 64 6348 0 0 0 49 1 0 0 15 0 9 0 1992836073 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 102723017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17960] ppid=17956 vsize=868388 CPUtime=0
/proc/17957/task/17960/stat : 17960 (java) S 17956 17943 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992836073 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17961] ppid=17956 vsize=868388 CPUtime=0
/proc/17957/task/17961/stat : 17961 (java) S 17956 17943 15907 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992836073 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17962] ppid=17956 vsize=868388 CPUtime=0
/proc/17957/task/17962/stat : 17962 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992836075 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17963] ppid=17956 vsize=868388 CPUtime=0.22
/proc/17957/task/17963/stat : 17963 (java) S 17956 17943 15907 0 -1 64 1471 0 0 0 21 1 0 0 16 0 9 0 1992836075 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17964] ppid=17956 vsize=868388 CPUtime=0
/proc/17957/task/17964/stat : 17964 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992836075 889229312 10373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17965] ppid=17956 vsize=868388 CPUtime=0
/proc/17957/task/17965/stat : 17965 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992836075 889229312 10373 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.30265 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 17965
/proc/meminfo: memFree=1781752/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=1.07
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 974 7141 0 1 3 1 99 4 15 0 1 0 1992835955 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 797 370 3 0 500 0
[pid=17956] ppid=17943 vsize=5356 CPUtime=0
/proc/17956/stat : 17956 (sh) S 17943 17943 15907 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992836070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17956/statm: 1339 233 193 169 0 50 0
[pid=17957] ppid=17956 vsize=879640 CPUtime=5.08
/proc/17957/stat : 17957 (java) S 17956 17943 15907 0 -1 0 25166 0 1 0 496 12 0 0 18 0 9 0 1992836071 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 219910 21109 2541 9 0 214485 0
[pid=17957/tid=17958] ppid=17956 vsize=879640 CPUtime=3.27
/proc/17957/task/17958/stat : 17958 (java) R 17956 17943 15907 0 -1 64 3429 0 1 0 325 2 0 0 25 0 9 0 1992836072 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17959] ppid=17956 vsize=879640 CPUtime=1.52
/proc/17957/task/17959/stat : 17959 (java) R 17956 17943 15907 0 -1 64 19556 0 0 0 145 7 0 0 16 0 9 0 1992836073 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 102478690 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17960] ppid=17956 vsize=879640 CPUtime=0
/proc/17957/task/17960/stat : 17960 (java) S 17956 17943 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992836073 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17961] ppid=17956 vsize=879640 CPUtime=0
/proc/17957/task/17961/stat : 17961 (java) S 17956 17943 15907 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992836073 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17962] ppid=17956 vsize=879640 CPUtime=0
/proc/17957/task/17962/stat : 17962 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992836075 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17963] ppid=17956 vsize=879640 CPUtime=0.25
/proc/17957/task/17963/stat : 17963 (java) S 17956 17943 15907 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1992836075 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17964] ppid=17956 vsize=879640 CPUtime=0
/proc/17957/task/17964/stat : 17964 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992836075 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17965] ppid=17956 vsize=879640 CPUtime=0
/proc/17957/task/17965/stat : 17965 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992836075 900751360 21109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 898596

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

[startup+9.50199 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 17965
/proc/meminfo: memFree=1762232/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=1.07
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 974 7141 0 1 3 1 99 4 15 0 1 0 1992835955 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 797 370 3 0 500 0
[pid=17956] ppid=17943 vsize=5356 CPUtime=0
/proc/17956/stat : 17956 (sh) S 17943 17943 15907 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992836070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17956/statm: 1339 233 193 169 0 50 0
[pid=17957] ppid=17956 vsize=868500 CPUtime=8.24
/proc/17957/stat : 17957 (java) S 17956 17943 15907 0 -1 0 25404 0 1 0 794 30 0 0 18 0 9 0 1992836071 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17957/statm: 217125 18366 2565 9 0 211672 0
[pid=17957/tid=17958] ppid=17956 vsize=868500 CPUtime=6.17
/proc/17957/task/17958/stat : 17958 (java) R 17956 17943 15907 0 -1 64 3638 0 1 0 599 18 0 0 25 0 9 0 1992836072 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17959] ppid=17956 vsize=868500 CPUtime=1.75
/proc/17957/task/17959/stat : 17959 (java) S 17956 17943 15907 0 -1 64 19556 0 0 0 166 9 0 0 16 0 9 0 1992836073 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17960] ppid=17956 vsize=868500 CPUtime=0
/proc/17957/task/17960/stat : 17960 (java) S 17956 17943 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992836073 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17961] ppid=17956 vsize=868500 CPUtime=0
/proc/17957/task/17961/stat : 17961 (java) S 17956 17943 15907 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992836073 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17962] ppid=17956 vsize=868500 CPUtime=0
/proc/17957/task/17962/stat : 17962 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992836075 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17963] ppid=17956 vsize=868500 CPUtime=0.29
/proc/17957/task/17963/stat : 17963 (java) S 17956 17943 15907 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 1992836075 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17964] ppid=17956 vsize=868500 CPUtime=0
/proc/17957/task/17964/stat : 17964 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992836075 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17957/tid=17965] ppid=17956 vsize=868500 CPUtime=0
/proc/17957/task/17965/stat : 17965 (java) S 17956 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992836075 889344000 18366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 887456

[startup+10.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17967
/proc/meminfo: memFree=1806008/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=9.56
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 1034 32871 0 2 4 1 914 37 16 0 1 0 1992835955 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 799 370 3 0 500 0
[pid=17966] ppid=17943 vsize=5356 CPUtime=0
/proc/17966/stat : 17966 (sh) S 17943 17943 15907 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992836929 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17966/statm: 1339 232 193 169 0 50 0
[pid=17967] ppid=17966 vsize=53036 CPUtime=0.54
/proc/17967/stat : 17967 (minisat) R 17966 17943 15907 0 -1 4194304 12286 0 0 0 47 7 0 0 24 0 1 0 1992836929 54308864 12272 996147200 134512640 135127466 4294956272 18446744073709551615 134532690 0 0 4096 3 0 0 0 17 1 0 0
/proc/17967/statm: 13259 12272 62 150 0 13106 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 71992

[startup+11.1022 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17977
/proc/meminfo: memFree=1810168/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=10.53
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 1091 49204 0 2 4 1 1000 48 16 0 1 0 1992835955 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 799 370 3 0 500 0
[pid=17968] ppid=17943 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17943 17943 15907 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992837028 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=864012 CPUtime=0.34
/proc/17969/stat : 17969 (java) S 17968 17943 15907 0 -1 0 3934 0 1 0 32 2 0 0 18 0 9 0 1992837029 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17969/statm: 216003 3399 1667 9 0 210585 0
[pid=17969/tid=17970] ppid=17968 vsize=864012 CPUtime=0.24
/proc/17969/task/17970/stat : 17970 (java) R 17968 17943 15907 0 -1 64 2477 0 1 0 23 1 0 0 21 0 9 0 1992837030 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4126553129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=864012 CPUtime=0.01
/proc/17969/task/17971/stat : 17971 (java) S 17968 17943 15907 0 -1 64 432 0 0 0 1 0 0 0 16 0 9 0 1992837031 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17972] ppid=17968 vsize=864012 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17943 15907 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1992837031 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17973] ppid=17968 vsize=864012 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17943 15907 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992837031 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17974] ppid=17968 vsize=864012 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992837033 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17975] ppid=17968 vsize=864012 CPUtime=0.07
/proc/17969/task/17975/stat : 17975 (java) S 17968 17943 15907 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1992837033 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=864012 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17943 15907 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992837033 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17977] ppid=17968 vsize=864012 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992837033 884748288 3399 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 882968

[startup+11.3012 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17977
/proc/meminfo: memFree=1810168/2055920 swapFree=4180052/4192956
[pid=17943] ppid=17941 vsize=13600 CPUtime=10.58
/proc/17943/stat : 17943 (sugar) S 17941 17943 15907 0 -1 4194304 1094 49204 0 2 6 4 1000 48 15 0 1 0 1992835955 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17943/statm: 3400 801 370 3 0 500 0
[pid=17968] ppid=17943 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17943 17943 15907 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992837028 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=864160 CPUtime=0.48
/proc/17969/stat : 17969 (java) S 17968 17943 15907 0 -1 0 3995 0 1 0 44 4 0 0 18 0 9 0 1992837029 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17969/statm: 216040 3459 1677 9 0 210622 0
[pid=17969/tid=17970] ppid=17968 vsize=864160 CPUtime=0.35
/proc/17969/task/17970/stat : 17970 (java) R 17968 17943 15907 0 -1 64 2481 0 1 0 32 3 0 0 22 0 9 0 1992837030 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=864160 CPUtime=0.01
/proc/17969/task/17971/stat : 17971 (java) S 17968 17943 15907 0 -1 64 445 0 0 0 1 0 0 0 16 0 9 0 1992837031 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17972] ppid=17968 vsize=864160 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17943 15907 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992837031 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17973] ppid=17968 vsize=864160 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17943 15907 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992837031 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17974] ppid=17968 vsize=864160 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992837033 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17975] ppid=17968 vsize=864160 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) R 17968 17943 15907 0 -1 64 376 0 0 0 10 0 0 0 16 0 9 0 1992837033 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 102019206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=864160 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17943 15907 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992837033 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17977] ppid=17968 vsize=864160 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17943 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992837033 884899840 3459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 883116

Child status: 0
Real time (s): 11.3884
CPU time (s): 11.1693
CPU user time (s): 10.5484
CPU system time (s): 0.620905
CPU usage (%): 98.0758
Max. virtual memory (cumulated for all children) (KiB): 898596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5484
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54751
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= 13567
involuntary context switches= 13530

runsolver used 0.015997 second user time and 0.051992 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 04:30:08
IDJOB=1063728
IDBENCH=54837
IDSOLVER=346
FILE ID=node7/1063728-1215138608
PBS_JOBID= 7877219
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran16x16.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-1063728-1215138608/watcher-1063728-1215138608 -o /tmp/evaluation-result-1063728-1215138608/solver-1063728-1215138608 -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-1063728-1215138608.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f054a6207937b9747ad5269dca29ec3
RANDOM SEED=2061186671

node7.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.236
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.236
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:       1848560 kB
Buffers:          8560 kB
Cached:          99036 kB
SwapCached:       6984 kB
Active:         104088 kB
Inactive:        36860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848560 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          49604 kB
Slab:            51556 kB
Committed_AS:  3423632 kB
PageTables:       1952 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= 66556 MiB
End job on node7 at 2008-07-04 04:30:19