Trace number 2087351

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 54.9676 55.1281

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-84-28-3-7_glb.xml
MD5SUM6923553a6500be755d54fce4604b94ff
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.381941
Satisfiable
(Un)Satisfiability was proved
Number of variables3780
Number of constraints3153
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3024
Global constraints used (with number of constraints)weightedsum(129)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:09:56 2009
0.00/0.08	c 0	PID 26761
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2087351-1247386196.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087351-1247386196.xml' 'HOME/temp.csp'
0.06/0.98	c 1	1 domains, 3780 variables, 1 predicates, 0 relations, 3153 constraints
0.94/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.00	c 1	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'
0.94/1.08	c 1	Parsing HOME/temp.csp
0.94/1.26	c 1	parsed 6935 expressions
0.94/1.27	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.27	c 1	Converting to clausal form CSP
0.94/1.30	c 1	converted 694 (10%) expressions
0.94/1.31	c 1	converted 1387 (20%) expressions
0.94/1.32	c 1	converted 2081 (30%) expressions
0.94/1.32	c 1	converted 2774 (40%) expressions
0.94/1.32	c 1	converted 3468 (50%) expressions
0.94/1.67	c 1	converted 4161 (60%) expressions
0.94/1.91	c 2	converted 4855 (70%) expressions
2.02/2.15	c 2	converted 5548 (80%) expressions
2.22/2.31	c 2	converted 6242 (90%) expressions
2.72/2.90	c 3	converted 6935 (100%) expressions
2.82/2.90	c 3	CSP : 11718 integers, 6048 booleans, 34278 clauses, largest domain size 29
2.82/2.90	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.82/2.90	c 3	Propagation in CSP
2.92/3.03	c 3	1512 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.03	c 3	CSP : 11718 integers, 6048 booleans, 34278 clauses, largest domain size 29
2.92/3.03	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.92/3.05	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.07	c 3	CSP : 11718 integers, 6048 booleans, 34278 clauses, largest domain size 29
2.92/3.07	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.12/3.22	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.24	c 3	1172 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.25	c 3	2344 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.25	c 3	3516 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.26	c 3	4688 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.26	c 3	5859 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.26	c 3	7031 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.26	c 3	8203 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.26	c 3	9375 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.28	c 3	10547 (90%) CSP integer variables are encoded (7044 clauses, 105411 bytes)
3.12/3.29	c 3	11718 (100%) CSP integer variables are encoded (17010 clauses, 254901 bytes)
3.22/3.35	c 3	3428 (10%) CSP clauses are encoded (20438 clauses, 304347 bytes)
3.22/3.37	c 3	6856 (20%) CSP clauses are encoded (23866 clauses, 354167 bytes)
3.22/3.39	c 3	10284 (30%) CSP clauses are encoded (27294 clauses, 405221 bytes)
3.31/3.42	c 3	13712 (40%) CSP clauses are encoded (30722 clauses, 456640 bytes)
3.31/3.44	c 3	17139 (50%) CSP clauses are encoded (34149 clauses, 508046 bytes)
3.31/3.46	c 3	20567 (60%) CSP clauses are encoded (37577 clauses, 559471 bytes)
3.31/3.49	c 3	23995 (70%) CSP clauses are encoded (41005 clauses, 610883 bytes)
3.41/3.51	c 3	27423 (80%) CSP clauses are encoded (44433 clauses, 662309 bytes)
3.91/4.01	c 4	30851 (90%) CSP clauses are encoded (118170 clauses, 2254633 bytes)
6.01/6.13	c 6	34278 (100%) CSP clauses are encoded (481590 clauses, 11321431 bytes)
6.01/6.14	c 6	34278 CSP clauses encoded
6.01/6.14	c 6	Writing map file : HOME/temp.map
6.01/6.16	c 6	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.01/6.16	c 6	SAT : 34776 SAT variables, 481590 SAT clauses, 11321431 bytes
6.01/6.16	c 6	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.07/6.22	c 6	SOLVING HOME/temp.cnf
6.07/6.22	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.07/6.22	c 6	This is MiniSat 2.0 beta
6.07/6.22	c 6	WARNING: for repeatability, setting FPU to use double precision
6.07/6.22	c 6	============================[ Problem Statistics ]=============================
6.07/6.22	c 6	|                                                                             |
6.07/6.22	c 6	|  Number of variables:  34776                                                |
6.07/6.22	c 6	|  Number of clauses:    481590                                               |
6.10/6.50	c 6	|  Parsing time:         0.24         s                                       |
6.37/6.52	c 6	============================[ Search Statistics ]==============================
6.37/6.52	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.37/6.52	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.37/6.52	c 6	===============================================================================
6.37/6.52	c 6	|         0 |   34776   481590  1824876 |   160530        0    nan |  0.000 % |
6.37/6.54	c 6	|       103 |   34776   481590  1824876 |   176583      103     37 |  0.000 % |
6.37/6.55	c 6	|       253 |   34776   481590  1824876 |   194241      253     34 |  0.000 % |
6.47/6.61	c 6	|       479 |   34776   481590  1824876 |   213665      479     37 |  0.000 % |
6.67/6.89	c 7	|       816 |   34776   481590  1824876 |   235031      816     38 |  0.000 % |
7.07/7.25	c 7	|      1322 |   34776   481590  1824876 |   258535     1322     32 |  0.000 % |
7.36/7.52	c 7	|      2082 |   34776   481590  1824876 |   284388     2082     24 |  0.000 % |
7.96/8.10	c 8	|      3221 |   34776   481590  1824876 |   312827     3221     26 |  0.000 % |
8.86/9.07	c 9	|      4929 |   34776   481590  1824876 |   344110     4929     25 |  0.000 % |
9.96/10.13	c 10	|      7491 |   34776   481590  1824876 |   378521     7491     31 |  0.000 % |
11.46/11.65	c 11	|     11336 |   34776   481590  1824876 |   416373    11336     36 |  0.000 % |
15.36/15.52	c 15	|     17103 |   34776   481590  1824876 |   458010    17103     55 |  0.000 % |
19.75/19.97	c 20	|     25752 |   34776   481590  1824876 |   503811    25752     55 |  0.000 % |
25.45/25.69	c 26	|     38726 |   34776   481590  1824876 |   554193    38726     48 |  0.000 % |
35.65/35.84	c 36	|     58188 |   34776   481590  1824876 |   609612    58188     52 |  0.000 % |
50.05/50.29	c 50	|     87381 |   34776   481590  1824876 |   670573    87381     49 |  0.000 % |
54.45/54.61	c 54	===============================================================================
54.45/54.62	c 54	restarts              : 16
54.45/54.62	c 54	conflicts             : 94034          (1948 /sec)
54.45/54.62	c 54	decisions             : 293066         (0.91 % random) (6072 /sec)
54.45/54.62	c 54	propagations          : 46429000       (962027 /sec)
54.45/54.62	c 54	conflict literals     : 4697581        (6.25 % deleted)
54.45/54.62	c 54	Memory used           : 50.33 MB
54.45/54.62	c 54	CPU time              : 48.2617 s
54.45/54.62	c 54	
54.45/54.63	c 54	SATISFIABLE
54.45/54.64	c 54	DECODING HOME/temp.out WITH HOME/temp.map
54.45/54.64	c 54	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'
54.50/54.72	c 55	Decoding HOME/temp.out
54.74/54.95	s SATISFIABLE
54.84/55.07	v 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 1 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 1 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 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 1 0 0 0 0 1 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
54.84/55.08	c 55	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
54.92/55.12	c 55	CPU 54.93 (0.07 0.03 54.41 0.42)
54.92/55.12	c 55	END Sun Jul 12 10:10:51 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-2087351-1247386196/watcher-2087351-1247386196 -o /tmp/evaluation-result-2087351-1247386196/solver-2087351-1247386196 -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-2087351-1247386196.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.23 2.23 2.09 4/84 26761
/proc/meminfo: memFree=1663816/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=12268 CPUtime=0
/proc/26761/stat : 26761 (sugar) R 26759 26761 25399 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25682243 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26761/statm: 3067 316 241 3 0 167 0

[startup+0.08314 s]
/proc/loadavg: 2.23 2.23 2.09 4/84 26761
/proc/meminfo: memFree=1663816/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16740 CPUtime=0.06
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25682243 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10103 s]
/proc/loadavg: 2.23 2.23 2.09 4/84 26761
/proc/meminfo: memFree=1663816/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=0.06
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25682243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301916 s]
/proc/loadavg: 2.23 2.23 2.09 4/84 26761
/proc/meminfo: memFree=1663816/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=0.06
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25682243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701081 s]
/proc/loadavg: 2.23 2.23 2.09 4/84 26761
/proc/meminfo: memFree=1663816/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=0.06
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25682243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50217 s]
/proc/loadavg: 2.23 2.23 2.09 2/95 26773
/proc/meminfo: memFree=1645872/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=0.94
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1309 7358 0 1 6 1 82 5 16 0 1 0 25682243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10233 s]
/proc/loadavg: 2.23 2.23 2.09 4/95 26783
/proc/meminfo: memFree=1635888/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=0.94
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1310 7358 0 1 6 1 82 5 15 0 1 0 25682243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1111 409 3 0 796 0
[pid=26774] ppid=26761 vsize=5356 CPUtime=0
/proc/26774/stat : 26774 (sh) S 26761 26761 25399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25682343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26774/statm: 1339 233 193 169 0 50 0
[pid=26775] ppid=26774 vsize=869108 CPUtime=2.08
/proc/26775/stat : 26775 (java) S 26774 26761 25399 0 -1 0 12444 0 1 0 199 9 0 0 18 0 9 0 25682344 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26775/statm: 217277 11215 2566 9 0 211782 0
[pid=26775/tid=26776] ppid=26774 vsize=869108 CPUtime=1.25
/proc/26775/task/26776/stat : 26776 (java) R 26774 26761 25399 0 -1 64 3015 0 1 0 123 2 0 0 25 0 9 0 25682345 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26777] ppid=26774 vsize=869108 CPUtime=0.59
/proc/26775/task/26777/stat : 26777 (java) R 26774 26761 25399 0 -1 64 7217 0 0 0 55 4 0 0 16 0 9 0 25682346 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 102758194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26778] ppid=26774 vsize=869108 CPUtime=0
/proc/26775/task/26778/stat : 26778 (java) S 26774 26761 25399 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25682346 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26779] ppid=26774 vsize=869108 CPUtime=0
/proc/26775/task/26779/stat : 26779 (java) S 26774 26761 25399 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25682346 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26780] ppid=26774 vsize=869108 CPUtime=0
/proc/26775/task/26780/stat : 26780 (java) S 26774 26761 25399 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25682348 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26781] ppid=26774 vsize=869108 CPUtime=0.21
/proc/26775/task/26781/stat : 26781 (java) S 26774 26761 25399 0 -1 64 1514 0 0 0 20 1 0 0 16 0 9 0 25682348 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26782] ppid=26774 vsize=869108 CPUtime=0
/proc/26775/task/26782/stat : 26782 (java) S 26774 26761 25399 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25682348 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26775/tid=26783] ppid=26774 vsize=869108 CPUtime=0
/proc/26775/task/26783/stat : 26783 (java) S 26774 26761 25399 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25682348 889966592 11215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891332

[startup+6.30164 s]
/proc/loadavg: 2.29 2.25 2.09 3/95 26783
/proc/meminfo: memFree=1617200/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 16868

[startup+12.7023 s]
/proc/loadavg: 2.27 2.24 2.09 3/87 26785
/proc/meminfo: memFree=1619568/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
[pid=26784] ppid=26761 vsize=5356 CPUtime=0
/proc/26784/stat : 26784 (sh) S 26761 26761 25399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25682865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26784/statm: 1339 232 193 169 0 50 0
[pid=26785] ppid=26784 vsize=31120 CPUtime=6.46
/proc/26785/stat : 26785 (minisat) R 26784 26761 25399 0 -1 4194304 7355 0 0 0 641 5 0 0 25 0 1 0 25682865 31866880 7341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26785/statm: 7780 7341 76 150 0 7627 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 53344

[startup+25.5015 s]
/proc/loadavg: 2.21 2.23 2.09 3/87 26785
/proc/meminfo: memFree=1612976/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
[pid=26784] ppid=26761 vsize=5356 CPUtime=0
/proc/26784/stat : 26784 (sh) S 26761 26761 25399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25682865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26784/statm: 1339 232 193 169 0 50 0
[pid=26785] ppid=26784 vsize=37660 CPUtime=19.25
/proc/26785/stat : 26785 (minisat) R 26784 26761 25399 0 -1 4194304 9018 0 0 0 1918 7 0 0 25 0 1 0 25682865 38563840 9004 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26785/statm: 9415 9004 76 150 0 9262 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 59884

[startup+51.1011 s]
/proc/loadavg: 2.14 2.21 2.09 3/87 26785
/proc/meminfo: memFree=1601136/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
[pid=26784] ppid=26761 vsize=5356 CPUtime=0
/proc/26784/stat : 26784 (sh) S 26761 26761 25399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25682865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26784/statm: 1339 232 193 169 0 50 0
[pid=26785] ppid=26784 vsize=49740 CPUtime=44.84
/proc/26785/stat : 26785 (minisat) R 26784 26761 25399 0 -1 4194304 12032 0 0 0 4474 10 0 0 25 0 1 0 25682865 50933760 12018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26785/statm: 12435 12018 76 150 0 12282 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 71964

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

[startup+52.7013 s]
/proc/loadavg: 2.14 2.21 2.09 3/87 26785
/proc/meminfo: memFree=1600112/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
[pid=26784] ppid=26761 vsize=5356 CPUtime=0
/proc/26784/stat : 26784 (sh) S 26761 26761 25399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25682865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26784/statm: 1339 232 193 169 0 50 0
[pid=26785] ppid=26784 vsize=50532 CPUtime=46.44
/proc/26785/stat : 26785 (minisat) R 26784 26761 25399 0 -1 4194304 12243 0 0 0 4634 10 0 0 25 0 1 0 25682865 51744768 12229 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/26785/statm: 12633 12229 76 150 0 12480 0
Current children cumulated CPU time (s) 52.54
Current children cumulated vsize (KiB) 72756

[startup+54.3014 s]
/proc/loadavg: 2.12 2.21 2.09 3/87 26785
/proc/meminfo: memFree=1599600/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=6.1
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1376 20372 0 2 6 1 578 25 16 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
[pid=26784] ppid=26761 vsize=5356 CPUtime=0
/proc/26784/stat : 26784 (sh) S 26761 26761 25399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25682865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26784/statm: 1339 232 193 169 0 50 0
[pid=26785] ppid=26784 vsize=51372 CPUtime=48.05
/proc/26785/stat : 26785 (minisat) R 26784 26761 25399 0 -1 4194304 12401 0 0 0 4794 11 0 0 25 0 1 0 25682865 52604928 12387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26785/statm: 12843 12387 76 150 0 12690 0
Current children cumulated CPU time (s) 54.15
Current children cumulated vsize (KiB) 73596

[startup+54.7025 s]
/proc/loadavg: 2.12 2.21 2.09 3/87 26785
/proc/meminfo: memFree=1599600/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=54.5
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1430 33089 0 2 6 1 5406 37 17 0 1 0 25682243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26761/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 54.5
Current children cumulated vsize (KiB) 16868

[startup+55.1025 s]
/proc/loadavg: 2.12 2.21 2.09 3/95 26795
/proc/meminfo: memFree=1642416/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=16868 CPUtime=54.53
/proc/26761/stat : 26761 (sugar) S 26759 26761 25399 0 -1 4194304 1455 33089 0 2 7 3 5406 37 15 0 1 0 25682243 17272832 1117 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 4217 1117 409 3 0 796 0
[pid=26786] ppid=26761 vsize=5356 CPUtime=0
/proc/26786/stat : 26786 (sh) S 26761 26761 25399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25687707 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26786/statm: 1339 233 193 169 0 50 0
[pid=26787] ppid=26786 vsize=864152 CPUtime=0.39
/proc/26787/stat : 26787 (java) S 26786 26761 25399 0 -1 0 3858 0 1 0 35 4 0 0 18 0 9 0 25687707 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 216038 3319 1718 9 0 210543 0
[pid=26787/tid=26788] ppid=26786 vsize=864152 CPUtime=0.26
/proc/26787/task/26788/stat : 26788 (java) S 26786 26761 25399 0 -1 64 2569 0 1 0 23 3 0 0 22 0 9 0 25687708 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26789] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26789/stat : 26789 (java) S 26786 26761 25399 0 -1 64 234 0 0 0 0 0 0 0 16 0 9 0 25687709 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26786 26761 25399 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25687710 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26786 26761 25399 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25687710 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26786 26761 25399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25687712 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26786 vsize=864152 CPUtime=0.11
/proc/26787/task/26793/stat : 26793 (java) S 26786 26761 25399 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 25687712 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26786 26761 25399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25687712 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26786 vsize=864152 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26786 26761 25399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25687712 884891648 3319 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.92
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 55.1281
CPU time (s): 54.9676
CPU user time (s): 54.4967
CPU system time (s): 0.470928
CPU usage (%): 99.7089
Max. virtual memory (cumulated for all children) (KiB): 891332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.4967
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38778
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= 8864
involuntary context switches= 9911

runsolver used 0.072988 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 10:09:56
IDJOB=2087351
IDBENCH=58717
IDSOLVER=739
FILE ID=node70/2087351-1247386196
PBS_JOBID= 9507178
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-84-28-3-7_glb.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-2087351-1247386196/watcher-2087351-1247386196 -o /tmp/evaluation-result-2087351-1247386196/solver-2087351-1247386196 -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-2087351-1247386196.xml

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

MD5SUM BENCH= 6923553a6500be755d54fce4604b94ff
RANDOM SEED=1972615184

node70.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.214
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.214
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:       1664296 kB
Buffers:         13204 kB
Cached:          68464 kB
SwapCached:          0 kB
Active:         314844 kB
Inactive:        26960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:         275848 kB
Slab:            34832 kB
Committed_AS:   880340 kB
PageTables:       2220 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= 66416 MiB
End job on node70 at 2009-07-12 10:10:51