Trace number 1069258

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 53.7338 54.6689

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin12.xml
MD5SUM6ad6fd3846be06a43c174431b4278cbf
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.7338
Satisfiable
(Un)Satisfiability was proved
Number of variables4356
Number of constraints600
Maximum constraint arity121
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(600)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:12:30 2008
0.00/0.04	c 0	PID 18509
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069258-1215159150.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-1069258-1215159150.xml' 'HOME/temp.csp'
0.03/0.79	c 1	1 domains, 4356 variables, 0 predicates, 0 relations, 600 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.92	c 1	Parsing HOME/temp.csp
1.59/1.77	c 2	parsed 4957 expressions
1.59/1.77	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.77	c 2	Converting to clausal form CSP
1.69/1.80	c 2	converted 496 (10%) expressions
1.69/1.81	c 2	converted 992 (20%) expressions
1.69/1.81	c 2	converted 1488 (30%) expressions
1.69/1.82	c 2	converted 1983 (40%) expressions
1.69/1.82	c 2	converted 2479 (50%) expressions
1.69/1.83	c 2	converted 2975 (60%) expressions
1.69/1.83	c 2	converted 3470 (70%) expressions
1.69/1.83	c 2	converted 3966 (80%) expressions
2.37/2.55	c 3	converted 4462 (90%) expressions
5.01/5.21	c 5	converted 4957 (100%) expressions
5.01/5.22	c 5	CSP : 46716 integers, 0 booleans, 85320 clauses, largest domain size 62
5.01/5.22	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.01/5.22	c 5	Propagation in CSP
5.99/6.20	c 6	105912 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.99/6.21	c 6	CSP : 46716 integers, 0 booleans, 85320 clauses, largest domain size 34
5.99/6.21	c 6	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.99/6.24	c 6	Simplifing CSP by introducing new Boolean variables
5.99/6.28	c 6	CSP : 46716 integers, 0 booleans, 85320 clauses, largest domain size 34
5.99/6.28	c 6	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.39/6.70	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.48/6.74	c 7	4672 (10%) CSP integer variables are encoded (540 clauses, 7084 bytes)
6.48/6.76	c 7	9344 (20%) CSP integer variables are encoded (10473 clauses, 149591 bytes)
6.48/6.78	c 7	14015 (30%) CSP integer variables are encoded (20250 clauses, 296246 bytes)
6.59/6.80	c 7	18687 (40%) CSP integer variables are encoded (30182 clauses, 445226 bytes)
6.59/6.82	c 7	23358 (50%) CSP integer variables are encoded (39960 clauses, 591896 bytes)
6.59/6.84	c 7	28030 (60%) CSP integer variables are encoded (49891 clauses, 740861 bytes)
6.59/6.86	c 7	32702 (70%) CSP integer variables are encoded (59670 clauses, 887546 bytes)
6.59/6.88	c 7	37373 (80%) CSP integer variables are encoded (69598 clauses, 1045975 bytes)
6.59/6.89	c 7	42045 (90%) CSP integer variables are encoded (75177 clauses, 1140818 bytes)
6.68/6.91	c 7	46716 (100%) CSP integer variables are encoded (79848 clauses, 1220225 bytes)
6.88/7.19	c 7	8532 (10%) CSP clauses are encoded (180138 clauses, 3054773 bytes)
7.17/7.44	c 8	17064 (20%) CSP clauses are encoded (280428 clauses, 5005580 bytes)
7.37/7.70	c 8	25596 (30%) CSP clauses are encoded (380718 clauses, 6949114 bytes)
7.66/7.94	c 8	34128 (40%) CSP clauses are encoded (481008 clauses, 8898039 bytes)
7.85/8.18	c 8	42660 (50%) CSP clauses are encoded (581298 clauses, 10852659 bytes)
8.15/8.43	c 9	51192 (60%) CSP clauses are encoded (681588 clauses, 12807291 bytes)
8.35/8.68	c 9	59724 (70%) CSP clauses are encoded (781878 clauses, 14761923 bytes)
8.64/8.94	c 9	68256 (80%) CSP clauses are encoded (882448 clauses, 16907857 bytes)
8.73/9.07	c 9	76788 (90%) CSP clauses are encoded (916362 clauses, 17536708 bytes)
8.94/9.21	c 9	85320 (100%) CSP clauses are encoded (950280 clauses, 18167915 bytes)
8.94/9.21	c 9	85320 CSP clauses encoded
8.94/9.21	c 9	Writing map file : HOME/temp.map
8.94/9.27	c 9	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.94/9.27	c 9	SAT : 126564 SAT variables, 950280 SAT clauses, 18167915 bytes
8.94/9.27	c 9	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.01/9.30	c 9	SOLVING HOME/temp.cnf
9.01/9.30	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.01/9.31	c 10	This is MiniSat 2.0 beta
9.01/9.31	c 10	WARNING: for repeatability, setting FPU to use double precision
9.01/9.31	c 10	============================[ Problem Statistics ]=============================
9.01/9.31	c 10	|                                                                             |
9.01/9.31	c 10	|  Number of variables:  126564                                               |
9.01/9.31	c 10	|  Number of clauses:    950280                                               |
9.49/9.83	c 10	|  Parsing time:         0.44         s                                       |
9.49/9.86	c 10	============================[ Search Statistics ]==============================
9.49/9.86	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.49/9.86	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.49/9.86	c 10	===============================================================================
9.49/9.86	c 10	|         0 |  126564   950280  2500584 |   316760        0    nan |  0.000 % |
9.88/10.22	c 10	|       100 |  126564   950280  2500584 |   348436      100     66 |  0.000 % |
10.46/10.85	c 11	|       250 |  126564   950280  2500584 |   383279      250     66 |  0.000 % |
11.25/11.63	c 12	|       477 |  126564   950280  2500584 |   421607      477     80 |  0.000 % |
12.62/13.00	c 13	|       814 |  126564   950280  2500584 |   463768      814    109 |  0.000 % |
14.67/15.15	c 15	|      1320 |  126564   950280  2500584 |   510145     1320    155 |  0.000 % |
16.94/17.48	c 18	|      2080 |  126564   950280  2500584 |   561159     2080    159 |  0.000 % |
21.45/22.08	c 22	|      3220 |  126564   950280  2500584 |   617275     3220    209 |  0.000 % |
27.93/28.67	c 29	|      4928 |  126563   950275  2500574 |   679003     4927    243 |  0.001 % |
37.63/38.56	c 39	|      7490 |  126563   950275  2500574 |   746903     7489    243 |  0.001 % |
53.04/54.05	c 54	===============================================================================
53.04/54.07	c 54	restarts              : 10
53.04/54.07	c 54	conflicts             : 11230          (256 /sec)
53.04/54.07	c 54	decisions             : 23956          (0.20 % random) (545 /sec)
53.04/54.07	c 54	propagations          : 39530739       (899421 /sec)
53.04/54.07	c 54	conflict literals     : 3666439        (3.87 % deleted)
53.04/54.07	c 54	Memory used           : 62.69 MB
53.04/54.07	c 54	CPU time              : 43.9513 s
53.04/54.07	c 54	
53.15/54.12	c 54	SATISFIABLE
53.15/54.13	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.15/54.13	c 54	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.19/54.21	c 54	Decoding HOME/temp.out
53.19/54.50	s SATISFIABLE
53.21/54.63	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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
53.21/54.64	c 55	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
53.21/54.66	c 55	CPU 53.18 (0.05 0.01 53.13 0.51)
53.21/54.66	c 55	END Fri Jul  4 10:13:25 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-1069258-1215159150/watcher-1069258-1215159150 -o /tmp/evaluation-result-1069258-1215159150/solver-1069258-1215159150 -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-1069258-1215159150.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 18509
/proc/meminfo: memFree=1691496/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=12000 CPUtime=0
/proc/18509/stat : 18509 (sugar) R 18507 18509 16272 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 1994889611 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 231980724875 0 0 4224 0 0 0 0 17 1 0 0
/proc/18509/statm: 3000 169 130 3 0 100 0

[startup+0.0989089 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 18509
/proc/meminfo: memFree=1691496/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.03
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994889611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101905 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 18509
/proc/meminfo: memFree=1691496/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.03
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994889611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301855 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 18509
/proc/meminfo: memFree=1691496/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.03
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994889611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701753 s]
/proc/loadavg: 1.93 2.00 1.99 4/92 18509
/proc/meminfo: memFree=1691496/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.03
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994889611 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 1.93 2.00 1.99 5/103 18531
/proc/meminfo: memFree=1683664/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.76
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 973 6958 0 1 3 0 69 4 16 0 1 0 1994889611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 797 370 3 0 500 0
[pid=18522] ppid=18509 vsize=5356 CPUtime=0
/proc/18522/stat : 18522 (sh) S 18509 18509 16272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994889696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18522/statm: 1339 233 193 169 0 50 0
[pid=18523] ppid=18522 vsize=864100 CPUtime=0.63
/proc/18523/stat : 18523 (java) S 18522 18509 16272 0 -1 0 5880 0 1 0 60 3 0 0 18 0 9 0 1994889696 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18523/statm: 216025 5144 2532 9 0 210607 0
[pid=18523/tid=18524] ppid=18522 vsize=864100 CPUtime=0.45
/proc/18523/task/18524/stat : 18524 (java) R 18522 18509 16272 0 -1 64 2484 0 1 0 44 1 0 0 21 0 9 0 1994889697 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18525] ppid=18522 vsize=864100 CPUtime=0.09
/proc/18523/task/18525/stat : 18525 (java) R 18522 18509 16272 0 -1 64 2362 0 0 0 9 0 0 0 16 0 9 0 1994889698 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18526] ppid=18522 vsize=864100 CPUtime=0
/proc/18523/task/18526/stat : 18526 (java) S 18522 18509 16272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994889698 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18527] ppid=18522 vsize=864100 CPUtime=0
/proc/18523/task/18527/stat : 18527 (java) S 18522 18509 16272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994889698 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18528] ppid=18522 vsize=864100 CPUtime=0
/proc/18523/task/18528/stat : 18528 (java) S 18522 18509 16272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994889700 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18529] ppid=18522 vsize=864100 CPUtime=0.07
/proc/18523/task/18529/stat : 18529 (java) S 18522 18509 16272 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1994889700 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18530] ppid=18522 vsize=864100 CPUtime=0
/proc/18523/task/18530/stat : 18530 (java) S 18522 18509 16272 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994889700 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18531] ppid=18522 vsize=864100 CPUtime=0
/proc/18523/task/18531/stat : 18531 (java) S 18522 18509 16272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994889700 884838400 5144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883056

[startup+3.10213 s]
/proc/loadavg: 1.93 2.00 1.99 3/103 18531
/proc/meminfo: memFree=1668240/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.76
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 973 6958 0 1 3 0 69 4 15 0 1 0 1994889611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 797 370 3 0 500 0
[pid=18522] ppid=18509 vsize=5356 CPUtime=0
/proc/18522/stat : 18522 (sh) S 18509 18509 16272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994889696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18522/statm: 1339 233 193 169 0 50 0
[pid=18523] ppid=18522 vsize=868436 CPUtime=2.2
/proc/18523/stat : 18523 (java) S 18522 18509 16272 0 -1 0 11976 0 1 0 212 8 0 0 18 0 9 0 1994889696 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18523/statm: 217109 11015 2541 9 0 211684 0
[pid=18523/tid=18524] ppid=18522 vsize=868436 CPUtime=1.38
/proc/18523/task/18524/stat : 18524 (java) R 18522 18509 16272 0 -1 64 2951 0 1 0 136 2 0 0 24 0 9 0 1994889697 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4126614920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18525] ppid=18522 vsize=868436 CPUtime=0.57
/proc/18523/task/18525/stat : 18525 (java) S 18522 18509 16272 0 -1 64 6851 0 0 0 54 3 0 0 16 0 9 0 1994889698 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18526] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18526/stat : 18526 (java) S 18522 18509 16272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994889698 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18527] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18527/stat : 18527 (java) S 18522 18509 16272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994889698 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18528] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18528/stat : 18528 (java) S 18522 18509 16272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994889700 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18529] ppid=18522 vsize=868436 CPUtime=0.2
/proc/18523/task/18529/stat : 18529 (java) S 18522 18509 16272 0 -1 64 1477 0 0 0 20 0 0 0 16 0 9 0 1994889700 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18530] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18530/stat : 18530 (java) S 18522 18509 16272 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994889700 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18531] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18531/stat : 18531 (java) S 18522 18509 16272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994889700 889278464 11015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887392

[startup+6.3013 s]
/proc/loadavg: 1.94 2.00 1.99 4/103 18531
/proc/meminfo: memFree=1621584/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=0.77
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 974 6958 0 1 4 0 69 4 16 0 1 0 1994889611 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 797 370 3 0 500 0
[pid=18522] ppid=18509 vsize=5356 CPUtime=0
/proc/18522/stat : 18522 (sh) S 18509 18509 16272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994889696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18522/statm: 1339 233 193 169 0 50 0
[pid=18523] ppid=18522 vsize=868436 CPUtime=5.32
/proc/18523/stat : 18523 (java) S 18522 18509 16272 0 -1 0 20565 0 1 0 520 12 0 0 18 0 9 0 1994889696 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18523/statm: 217109 19296 2541 9 0 211684 0
[pid=18523/tid=18524] ppid=18522 vsize=868436 CPUtime=3.71
/proc/18523/task/18524/stat : 18524 (java) R 18522 18509 16272 0 -1 64 3294 0 1 0 368 3 0 0 25 0 9 0 1994889697 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18525] ppid=18522 vsize=868436 CPUtime=1.35
/proc/18523/task/18525/stat : 18525 (java) R 18522 18509 16272 0 -1 64 15086 0 0 0 128 7 0 0 16 0 9 0 1994889698 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18526] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18526/stat : 18526 (java) S 18522 18509 16272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994889698 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18527] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18527/stat : 18527 (java) S 18522 18509 16272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994889698 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18528] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18528/stat : 18528 (java) S 18522 18509 16272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994889700 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18529] ppid=18522 vsize=868436 CPUtime=0.23
/proc/18523/task/18529/stat : 18529 (java) S 18522 18509 16272 0 -1 64 1488 0 0 0 23 0 0 0 16 0 9 0 1994889700 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18530] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18530/stat : 18530 (java) S 18522 18509 16272 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994889700 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18523/tid=18531] ppid=18522 vsize=868436 CPUtime=0
/proc/18523/task/18531/stat : 18531 (java) S 18522 18509 16272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994889700 889278464 19296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887392

[startup+12.7026 s]
/proc/loadavg: 1.94 2.00 1.99 3/95 18533
/proc/meminfo: memFree=1623184/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=9.02
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1034 32326 0 2 4 0 868 30 15 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
[pid=18532] ppid=18509 vsize=5356 CPUtime=0
/proc/18532/stat : 18532 (sh) S 18509 18509 16272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994890542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18532/statm: 1339 232 193 169 0 50 0
[pid=18533] ppid=18532 vsize=49136 CPUtime=3.31
/proc/18533/stat : 18533 (minisat) R 18532 18509 16272 0 -1 4194304 11854 0 0 0 323 8 0 0 25 0 1 0 1994890543 50315264 11840 996147200 134512640 135127466 4294956272 18446744073709551615 134531115 0 0 4096 3 0 0 0 17 1 0 0
/proc/18533/statm: 12284 11840 76 150 0 12131 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 68092

[startup+25.5013 s]
/proc/loadavg: 1.95 2.00 1.99 3/95 18533
/proc/meminfo: memFree=1620048/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=9.02
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1034 32326 0 2 4 0 868 30 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
[pid=18532] ppid=18509 vsize=5356 CPUtime=0
/proc/18532/stat : 18532 (sh) S 18509 18509 16272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994890542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18532/statm: 1339 232 193 169 0 50 0
[pid=18533] ppid=18532 vsize=52436 CPUtime=15.86
/proc/18533/stat : 18533 (minisat) R 18532 18509 16272 0 -1 4194304 12661 0 0 0 1576 10 0 0 25 0 1 0 1994890543 53694464 12647 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/18533/statm: 13109 12647 76 150 0 12956 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 71392

[startup+51.1016 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 18579
/proc/meminfo: memFree=1684152/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=9.02
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1034 32326 0 2 4 0 868 30 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
[pid=18532] ppid=18509 vsize=5356 CPUtime=0
/proc/18532/stat : 18532 (sh) S 18509 18509 16272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994890542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18532/statm: 1339 232 193 169 0 50 0
[pid=18533] ppid=18532 vsize=62164 CPUtime=41.12
/proc/18533/stat : 18533 (minisat) R 18532 18509 16272 0 -1 4194304 15103 0 0 0 4098 14 0 0 25 0 1 0 1994890543 63655936 15089 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/18533/statm: 15541 15089 76 150 0 15388 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 81120

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

[startup+52.7012 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 18579
/proc/meminfo: memFree=1674296/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=9.02
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1034 32326 0 2 4 0 868 30 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
[pid=18532] ppid=18509 vsize=5356 CPUtime=0
/proc/18532/stat : 18532 (sh) S 18509 18509 16272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994890542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18532/statm: 1339 232 193 169 0 50 0
[pid=18533] ppid=18532 vsize=63236 CPUtime=42.72
/proc/18533/stat : 18533 (minisat) R 18532 18509 16272 0 -1 4194304 15380 0 0 0 4258 14 0 0 25 0 1 0 1994890543 64753664 15366 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/18533/statm: 15809 15366 76 150 0 15656 0
Current children cumulated CPU time (s) 51.74
Current children cumulated vsize (KiB) 82192

[startup+53.502 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 18579
/proc/meminfo: memFree=1674296/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=9.02
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1034 32326 0 2 4 0 868 30 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
[pid=18532] ppid=18509 vsize=5356 CPUtime=0
/proc/18532/stat : 18532 (sh) S 18509 18509 16272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994890542 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18532/statm: 1339 232 193 169 0 50 0
[pid=18533] ppid=18532 vsize=63764 CPUtime=43.52
/proc/18533/stat : 18533 (minisat) R 18532 18509 16272 0 -1 4194304 15499 0 0 0 4338 14 0 0 25 0 1 0 1994890543 65294336 15485 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/18533/statm: 15941 15485 76 150 0 15788 0
Current children cumulated CPU time (s) 52.54
Current children cumulated vsize (KiB) 82720

[startup+54.3028 s]
/proc/loadavg: 1.97 2.00 1.99 4/84 18579
/proc/meminfo: memFree=1665144/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=53.19
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1091 48210 0 2 4 0 5268 47 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 53.19
Current children cumulated vsize (KiB) 13600

[startup+54.5027 s]
/proc/loadavg: 1.97 2.00 1.99 4/84 18579
/proc/meminfo: memFree=1665144/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=53.19
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1091 48210 0 2 4 0 5268 47 16 0 1 0 1994889611 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 53.19
Current children cumulated vsize (KiB) 13600

[startup+54.6017 s]
/proc/loadavg: 1.97 2.00 1.99 4/84 18579
/proc/meminfo: memFree=1665144/2055920 swapFree=4180112/4192956
[pid=18509] ppid=18507 vsize=13600 CPUtime=53.21
/proc/18509/stat : 18509 (sugar) S 18507 18509 16272 0 -1 4194304 1093 48210 0 2 5 1 5268 47 15 0 1 0 1994889611 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18509/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 53.21
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 54.6689
CPU time (s): 53.7338
CPU user time (s): 53.1879
CPU system time (s): 0.545917
CPU usage (%): 98.2895
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.1879
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53483
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= 10101
involuntary context switches= 10979

runsolver used 0.06399 second user time and 0.205968 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 10:12:30
IDJOB=1069258
IDBENCH=55582
IDSOLVER=346
FILE ID=node16/1069258-1215159150
PBS_JOBID= 7877415
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin12.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-1069258-1215159150/watcher-1069258-1215159150 -o /tmp/evaluation-result-1069258-1215159150/solver-1069258-1215159150 -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-1069258-1215159150.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ad6fd3846be06a43c174431b4278cbf
RANDOM SEED=1811274018

node16.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.213
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.213
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:       1691976 kB
Buffers:         42744 kB
Cached:         167460 kB
SwapCached:       7056 kB
Active:         235572 kB
Inactive:        74788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691976 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:         116696 kB
Slab:            38368 kB
Committed_AS:  4069756 kB
PageTables:       2212 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= 66536 MiB
End job on node16 at 2008-07-04 10:13:25