Trace number 2072314

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.14.6+minisatSAT 73.4608 74.17

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ppp:1-3-13-19.xml
MD5SUM52ae52fd5cf4981f3afc3e55b0d5d89a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.00724
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30348
Maximum constraint arity29
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(30348)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:52:02 2009
0.00/0.07	c 0	PID 16537
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2072314-1247356322.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072314-1247356322.xml' 'HOME/temp.csp'
2.87/2.92	c 3	1 domains, 4608 variables, 0 predicates, 0 relations, 30348 constraints
2.87/2.94	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.87/2.94	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.91/3.02	c 3	Parsing HOME/temp.csp
3.14/3.30	c 3	parsed 10000 expressions
3.54/3.60	c 4	parsed 20000 expressions
3.84/3.94	c 4	parsed 30000 expressions
4.04/4.10	c 4	parsed 34957 expressions
4.04/4.11	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.04/4.11	c 4	Converting to clausal form CSP
4.24/4.33	c 4	converted 3496 (10%) expressions
4.53/4.60	c 5	converted 6992 (20%) expressions
4.63/4.74	c 5	converted 10488 (30%) expressions
4.73/4.89	c 5	converted 13983 (40%) expressions
4.93/5.02	c 5	converted 17479 (50%) expressions
5.03/5.15	c 5	converted 20975 (60%) expressions
5.14/5.29	c 5	converted 24470 (70%) expressions
5.33/5.43	c 6	converted 27966 (80%) expressions
5.43/5.56	c 6	converted 31462 (90%) expressions
6.02/6.16	c 6	converted 34957 (100%) expressions
6.02/6.16	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.02/6.16	c 6	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.02/6.16	c 6	Propagation in CSP
6.22/6.33	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.22/6.33	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.22/6.34	c 6	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.22/6.36	c 6	Simplifing CSP by introducing new Boolean variables
6.22/6.37	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.22/6.37	c 6	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.41/6.51	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.41/6.52	c 7	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.53	c 7	1142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.53	c 7	1712 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.53	c 7	2283 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.53	c 7	2853 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.54	c 7	3424 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.54	c 7	3995 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.54	c 7	4565 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.41/6.54	c 7	5136 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
6.41/6.55	c 7	5706 (100%) CSP integer variables are encoded (2898 clauses, 37738 bytes)
6.51/6.62	c 7	3272 (10%) CSP clauses are encoded (6170 clauses, 87606 bytes)
6.51/6.65	c 7	6544 (20%) CSP clauses are encoded (9442 clauses, 139958 bytes)
6.51/6.67	c 7	9816 (30%) CSP clauses are encoded (12714 clauses, 192310 bytes)
6.60/6.70	c 7	13088 (40%) CSP clauses are encoded (15986 clauses, 244662 bytes)
6.60/6.73	c 7	16359 (50%) CSP clauses are encoded (19257 clauses, 302464 bytes)
6.60/6.76	c 7	19631 (60%) CSP clauses are encoded (22529 clauses, 361360 bytes)
6.60/6.79	c 7	22903 (70%) CSP clauses are encoded (25801 clauses, 420256 bytes)
6.70/6.82	c 7	26175 (80%) CSP clauses are encoded (29073 clauses, 479152 bytes)
6.70/6.85	c 7	29447 (90%) CSP clauses are encoded (34011 clauses, 553216 bytes)
9.48/9.69	c 10	32718 (100%) CSP clauses are encoded (120462 clauses, 2448992 bytes)
9.48/9.69	c 10	32718 CSP clauses encoded
9.48/9.69	c 10	Writing map file : HOME/temp.map
9.57/9.71	c 10	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.57/9.71	c 10	SAT : 8604 SAT variables, 120462 SAT clauses, 2448992 bytes
9.57/9.71	c 10	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.57/9.74	c 10	SOLVING HOME/temp.cnf
9.57/9.74	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.57/9.75	c 10	This is MiniSat 2.0 beta
9.57/9.75	c 10	WARNING: for repeatability, setting FPU to use double precision
9.57/9.75	c 10	============================[ Problem Statistics ]=============================
9.57/9.75	c 10	|                                                                             |
9.57/9.75	c 10	|  Number of variables:  8604                                                 |
9.57/9.75	c 10	|  Number of clauses:    120462                                               |
9.64/9.83	c 10	|  Parsing time:         0.06         s                                       |
9.64/9.83	c 10	============================[ Search Statistics ]==============================
9.64/9.83	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.64/9.83	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.64/9.83	c 10	===============================================================================
9.64/9.83	c 10	|         0 |    8604   120462   434538 |    40154        0    nan |  0.000 % |
9.64/9.84	c 10	|       100 |    8604   120462   434538 |    44169      100     24 |  0.000 % |
9.64/9.85	c 10	|       250 |    8604   120462   434538 |    48586      250     31 |  0.000 % |
9.64/9.88	c 10	|       476 |    8604   120462   434538 |    53444      476     32 |  0.000 % |
9.75/9.91	c 10	|       813 |    8604   120462   434538 |    58789      813     44 |  0.000 % |
9.75/9.96	c 10	|      1319 |    8604   120462   434538 |    64668     1319     54 |  0.000 % |
9.85/10.03	c 10	|      2078 |    8604   120462   434538 |    71135     2078     57 |  0.000 % |
9.95/10.17	c 10	|      3217 |    8604   120462   434538 |    78248     3217     65 |  0.000 % |
10.05/10.28	c 10	|      4925 |    8604   120462   434538 |    86073     4925     56 |  0.000 % |
10.45/10.60	c 11	|      7487 |    8604   120462   434538 |    94681     7487     68 |  0.000 % |
10.84/11.08	c 11	|     11331 |    8604   120462   434538 |   104149    11331     75 |  0.000 % |
11.44/11.65	c 12	|     17098 |    8604   120462   434538 |   114564    17098     66 |  0.000 % |
13.12/13.34	c 13	|     25747 |    8604   120462   434538 |   126020    25747     76 |  0.000 % |
15.30/15.50	c 16	|     38721 |    8604   120462   434538 |   138622    38721     71 |  0.000 % |
18.77/19.09	c 19	|     58182 |    8604   120462   434538 |   152484    58182     87 |  0.000 % |
29.97/30.37	c 30	|     87375 |    8604   120462   434538 |   167733    87375     93 |  0.000 % |
46.03/46.59	c 47	|    131165 |    8604   120462   434538 |   184506   131165     89 |  0.000 % |
66.75/67.44	c 68	|    196849 |    8604   120462   434538 |   202957    22775    101 |  0.000 % |
73.00/73.71	c 74	===============================================================================
73.00/73.71	c 74	restarts              : 18
73.00/73.71	c 74	conflicts             : 225903         (3573 /sec)
73.00/73.71	c 74	decisions             : 255152         (1.30 % random) (4036 /sec)
73.00/73.71	c 74	propagations          : 25405913       (401856 /sec)
73.00/73.71	c 74	conflict literals     : 19082751       (5.56 % deleted)
73.00/73.71	c 74	Memory used           : 81.81 MB
73.00/73.71	c 74	CPU time              : 63.2214 s
73.00/73.71	c 74	
73.00/73.72	c 74	SATISFIABLE
73.00/73.73	c 74	DECODING HOME/temp.out WITH HOME/temp.map
73.00/73.73	c 74	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
73.04/73.81	c 74	Decoding HOME/temp.out
73.04/74.01	s SATISFIABLE
73.06/74.13	v 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0
73.06/74.14	c 74	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.06/74.16	c 74	CPU 73.43 (0.07 0.04 72.8 0.52)
73.06/74.16	c 74	END Sun Jul 12 01:53:16 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072314-1247356322/watcher-2072314-1247356322 -o /tmp/evaluation-result-2072314-1247356322/solver-2072314-1247356322 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2072314-1247356322.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 16537
/proc/meminfo: memFree=1849440/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=12268 CPUtime=0
/proc/16537/stat : 16537 (sugar) R 16535 16537 16020 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 22699460 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 0 0 0 17 0 0 0
/proc/16537/statm: 3068 324 244 3 0 168 0

[startup+0.0137649 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 16537
/proc/meminfo: memFree=1849440/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=12544 CPUtime=0
/proc/16537/stat : 16537 (sugar) R 16535 16537 16020 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 22699460 12845056 443 996147200 4194304 4206940 548682068608 18446744073709551615 228706390753 0 0 4224 0 0 0 0 17 0 0 0
/proc/16537/statm: 3136 443 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101774 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 16537
/proc/meminfo: memFree=1849440/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=0.06
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30179 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 16537
/proc/meminfo: memFree=1849440/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=0.06
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701829 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 16537
/proc/meminfo: memFree=1849440/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=0.06
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 2.02 2.01 2.00 4/92 16549
/proc/meminfo: memFree=1814016/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=0.06
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
[pid=16540] ppid=16537 vsize=5356 CPUtime=0
/proc/16540/stat : 16540 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 22699467 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16540/statm: 1339 233 193 169 0 50 0
[pid=16541] ppid=16540 vsize=864764 CPUtime=1.41
/proc/16541/stat : 16541 (java) S 16540 16537 16020 0 -1 0 18423 0 1 0 132 9 0 0 20 0 9 0 22699467 885518336 15488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16541/statm: 216191 15489 2556 9 0 210703 0
[pid=16541/tid=16542] ppid=16540 vsize=864764 CPUtime=0.67
/proc/16541/task/16542/stat : 16542 (java) R 16540 16537 16020 0 -1 64 3386 0 1 0 64 3 0 0 25 0 9 0 22699468 885518336 15490 996147200 134512640 134550932 4294955984 18446744073709551615 4126684471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16543] ppid=16540 vsize=864764 CPUtime=0.6
/proc/16541/task/16543/stat : 16543 (java) S 16540 16537 16020 0 -1 64 13818 0 0 0 55 5 0 0 17 0 9 0 22699469 885518336 15491 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16544] ppid=16540 vsize=864764 CPUtime=0
/proc/16541/task/16544/stat : 16544 (java) S 16540 16537 16020 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22699470 885518336 15492 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16545] ppid=16540 vsize=864764 CPUtime=0
/proc/16541/task/16545/stat : 16545 (java) S 16540 16537 16020 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22699470 885518336 15493 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16546] ppid=16540 vsize=864764 CPUtime=0
/proc/16541/task/16546/stat : 16546 (java) S 16540 16537 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22699471 885518336 15494 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16547] ppid=16540 vsize=864764 CPUtime=0.11
/proc/16541/task/16547/stat : 16547 (java) S 16540 16537 16020 0 -1 64 516 0 0 0 11 0 0 0 16 0 9 0 22699472 885518336 15495 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16548] ppid=16540 vsize=864764 CPUtime=0
/proc/16541/task/16548/stat : 16548 (java) S 16540 16537 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22699472 885518336 15496 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16541/tid=16549] ppid=16540 vsize=864764 CPUtime=0
/proc/16541/task/16549/stat : 16549 (java) S 16540 16537 16020 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22699472 885518336 15497 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886988

[startup+3.10105 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 16549
/proc/meminfo: memFree=1783872/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=2.91
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1309 21384 0 1 5 1 271 14 15 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 16868

[startup+6.30236 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 16559
/proc/meminfo: memFree=1795840/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=2.92
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1310 21384 0 1 5 2 271 14 15 0 1 0 22699460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1111 409 3 0 796 0
[pid=16550] ppid=16537 vsize=5356 CPUtime=0
/proc/16550/stat : 16550 (sh) S 16537 16537 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22699754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16550/statm: 1339 233 193 169 0 50 0
[pid=16551] ppid=16550 vsize=868604 CPUtime=3.3
/proc/16551/stat : 16551 (java) S 16550 16537 16020 0 -1 0 17716 0 1 0 320 10 0 0 18 0 9 0 22699755 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16551/statm: 217151 16341 2566 9 0 211656 0
[pid=16551/tid=16552] ppid=16550 vsize=868604 CPUtime=2.1
/proc/16551/task/16552/stat : 16552 (java) R 16550 16537 16020 0 -1 64 3234 0 1 0 207 3 0 0 25 0 9 0 22699756 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4126586359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16553] ppid=16550 vsize=868604 CPUtime=0.99
/proc/16551/task/16553/stat : 16553 (java) S 16550 16537 16020 0 -1 64 12318 0 0 0 94 5 0 0 16 0 9 0 22699757 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16554] ppid=16550 vsize=868604 CPUtime=0
/proc/16551/task/16554/stat : 16554 (java) S 16550 16537 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22699757 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16555] ppid=16550 vsize=868604 CPUtime=0
/proc/16551/task/16555/stat : 16555 (java) S 16550 16537 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22699757 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16556] ppid=16550 vsize=868604 CPUtime=0
/proc/16551/task/16556/stat : 16556 (java) S 16550 16537 16020 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22699759 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16557] ppid=16550 vsize=868604 CPUtime=0.17
/proc/16551/task/16557/stat : 16557 (java) S 16550 16537 16020 0 -1 64 1462 0 0 0 17 0 0 0 16 0 9 0 22699759 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16558] ppid=16550 vsize=868604 CPUtime=0
/proc/16551/task/16558/stat : 16558 (java) S 16550 16537 16020 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22699759 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16551/tid=16559] ppid=16550 vsize=868604 CPUtime=0
/proc/16551/task/16559/stat : 16559 (java) S 16550 16537 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22699759 889450496 16341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890828

[startup+12.703 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 16561
/proc/meminfo: memFree=1827784/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 15 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=15680 CPUtime=2.91
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 3801 0 0 0 289 2 0 0 25 0 1 0 22700435 16056320 3787 996147200 134512640 135127466 4294956256 18446744073709551615 134529495 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 3920 3787 76 150 0 3767 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 37904

[startup+25.5012 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 16561
/proc/meminfo: memFree=1803160/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=39080 CPUtime=15.59
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 9648 0 0 0 1552 7 0 0 25 0 1 0 22700435 40017920 9634 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 9770 9634 76 150 0 9617 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 61304

[startup+51.1016 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 16561
/proc/meminfo: memFree=1778200/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=64592 CPUtime=40.97
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 15946 0 0 0 4083 14 0 0 25 0 1 0 22700435 66142208 15932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 16148 15932 76 150 0 15995 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 86816

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

[startup+63.9018 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 16561
/proc/meminfo: memFree=1759448/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=82976 CPUtime=53.66
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 20588 0 0 0 5349 17 0 0 25 0 1 0 22700435 84967424 20574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 20744 20574 76 150 0 20591 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 105200

[startup+70.3014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16561
/proc/meminfo: memFree=1758360/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=83768 CPUtime=60
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 20810 0 0 0 5983 17 0 0 25 0 1 0 22700435 85778432 20796 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 20942 20796 76 150 0 20789 0
Current children cumulated CPU time (s) 69.62
Current children cumulated vsize (KiB) 105992

[startup+71.9016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16561
/proc/meminfo: memFree=1758360/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=83768 CPUtime=61.59
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 20810 0 0 0 6142 17 0 0 25 0 1 0 22700435 85778432 20796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 20942 20796 76 150 0 20789 0
Current children cumulated CPU time (s) 71.21
Current children cumulated vsize (KiB) 105992

[startup+73.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16561
/proc/meminfo: memFree=1758296/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=9.62
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1376 39745 0 2 6 2 926 28 16 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
[pid=16560] ppid=16537 vsize=5356 CPUtime=0
/proc/16560/stat : 16560 (sh) S 16537 16537 16020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16560/statm: 1339 232 193 169 0 50 0
[pid=16561] ppid=16560 vsize=83768 CPUtime=63.18
/proc/16561/stat : 16561 (minisat) R 16560 16537 16020 0 -1 4194304 20810 0 0 0 6301 17 0 0 25 0 1 0 22700435 85778432 20796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16561/statm: 20942 20796 76 150 0 20789 0
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (KiB) 105992

[startup+73.9028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16561
/proc/meminfo: memFree=1758296/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=73.04
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1448 60850 0 2 6 2 7249 47 15 0 1 0 22699460 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 73.04
Current children cumulated vsize (KiB) 16868

[startup+74.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16561
/proc/meminfo: memFree=1758296/2055920 swapFree=4192812/4192956
[pid=16537] ppid=16535 vsize=16868 CPUtime=73.06
/proc/16537/stat : 16537 (sugar) S 16535 16537 16020 0 -1 4194304 1451 60850 0 2 7 3 7249 47 15 0 1 0 22699460 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16537/statm: 4217 1115 409 3 0 796 0
Current children cumulated CPU time (s) 73.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 74.17
CPU time (s): 73.4608
CPU user time (s): 72.8849
CPU system time (s): 0.575912
CPU usage (%): 99.0438
Max. virtual memory (cumulated for all children) (KiB): 891332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.8849
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66573
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= 9388
involuntary context switches= 10728

runsolver used 0.085986 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 01:52:02
IDJOB=2072314
IDBENCH=55653
IDSOLVER=739
FILE ID=node8/2072314-1247356322
PBS_JOBID= 9506927
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ppp:1-3-13-19.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072314-1247356322/watcher-2072314-1247356322 -o /tmp/evaluation-result-2072314-1247356322/solver-2072314-1247356322 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2072314-1247356322.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 52ae52fd5cf4981f3afc3e55b0d5d89a
RANDOM SEED=397123183

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1849920 kB
Buffers:          9980 kB
Cached:          59924 kB
SwapCached:          0 kB
Active:         135628 kB
Inactive:        23660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7344 kB
Writeback:           0 kB
Mapped:         107188 kB
Slab:            31704 kB
Committed_AS:   893876 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node8 at 2009-07-12 01:53:16