Trace number 2087417

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 46.345 46.901

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-96-32-3-8_glb.xml
MD5SUM183b89dc2fc58cfaeea36bd8c41eeb1a
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.499923
Satisfiable
(Un)Satisfiability was proved
Number of variables4320
Number of constraints3597
Maximum constraint arity96
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3456
Global constraints used (with number of constraints)weightedsum(141)

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:10:44 2009
0.00/0.08	c 0	PID 27205
0.00/0.08	c 0	HOST node59.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087417-1247386244.xml TO HOME/temp.csp
0.00/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-2087417-1247386244.xml' 'HOME/temp.csp'
0.07/0.82	c 1	1 domains, 4320 variables, 1 predicates, 0 relations, 3597 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.80/0.96	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 7919 expressions
1.00/1.14	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Converting to clausal form CSP
1.00/1.17	c 1	converted 792 (10%) expressions
1.00/1.19	c 1	converted 1584 (20%) expressions
1.00/1.19	c 1	converted 2376 (30%) expressions
1.00/1.19	c 1	converted 3168 (40%) expressions
1.00/1.19	c 1	converted 3960 (50%) expressions
1.40/1.59	c 2	converted 4752 (60%) expressions
1.70/1.89	c 2	converted 5544 (70%) expressions
1.99/2.19	c 2	converted 6336 (80%) expressions
2.19/2.40	c 3	converted 7128 (90%) expressions
2.88/3.09	c 3	converted 7919 (100%) expressions
2.98/3.10	c 3	CSP : 13122 integers, 6912 booleans, 38622 clauses, largest domain size 33
2.98/3.10	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.10	c 3	Propagation in CSP
3.08/3.26	c 4	1728 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.26	c 4	CSP : 13122 integers, 6912 booleans, 38622 clauses, largest domain size 33
3.08/3.26	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.28	c 4	Simplifing CSP by introducing new Boolean variables
3.17/3.31	c 4	CSP : 13122 integers, 6912 booleans, 38622 clauses, largest domain size 33
3.17/3.31	c 4	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.27/3.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.38/3.52	c 4	1313 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.52	c 4	2625 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.53	c 4	3937 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.53	c 4	5249 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.53	c 4	6561 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.53	c 4	7874 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.54	c 4	9186 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.54	c 4	10498 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.55	c 4	11810 (90%) CSP integer variables are encoded (6734 clauses, 101074 bytes)
3.38/3.57	c 4	13122 (100%) CSP integer variables are encoded (19710 clauses, 295714 bytes)
3.47/3.64	c 4	3863 (10%) CSP clauses are encoded (23573 clauses, 351643 bytes)
3.47/3.66	c 4	7725 (20%) CSP clauses are encoded (27435 clauses, 407927 bytes)
3.47/3.69	c 4	11587 (30%) CSP clauses are encoded (31297 clauses, 465800 bytes)
3.56/3.72	c 4	15449 (40%) CSP clauses are encoded (35159 clauses, 523725 bytes)
3.56/3.75	c 4	19311 (50%) CSP clauses are encoded (39021 clauses, 581650 bytes)
3.56/3.77	c 4	23174 (60%) CSP clauses are encoded (42884 clauses, 639600 bytes)
3.66/3.80	c 4	27036 (70%) CSP clauses are encoded (46746 clauses, 697531 bytes)
3.66/3.83	c 4	30898 (80%) CSP clauses are encoded (50608 clauses, 757464 bytes)
3.97/4.11	c 4	34760 (90%) CSP clauses are encoded (71512 clauses, 1188821 bytes)
10.89/11.16	c 11	38622 (100%) CSP clauses are encoded (807534 clauses, 21233728 bytes)
10.89/11.16	c 11	38622 CSP clauses encoded
10.89/11.16	c 11	Writing map file : HOME/temp.map
10.89/11.19	c 11	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.89/11.19	c 11	SAT : 39744 SAT variables, 807534 SAT clauses, 21233728 bytes
10.89/11.19	c 11	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.98/11.22	c 11	SOLVING HOME/temp.cnf
10.98/11.22	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.98/11.22	c 11	This is MiniSat 2.0 beta
10.98/11.22	c 11	WARNING: for repeatability, setting FPU to use double precision
10.98/11.22	c 11	============================[ Problem Statistics ]=============================
10.98/11.22	c 11	|                                                                             |
10.98/11.22	c 11	|  Number of variables:  39744                                                |
10.98/11.22	c 11	|  Number of clauses:    807534                                               |
11.01/11.74	c 12	|  Parsing time:         0.45         s                                       |
11.01/11.77	c 12	============================[ Search Statistics ]==============================
11.01/11.77	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.01/11.77	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.01/11.77	c 12	===============================================================================
11.01/11.77	c 12	|         0 |   39744   807534  3488076 |   269178        0    nan |  0.000 % |
11.01/11.79	c 12	|       100 |   39744   807534  3488076 |   296095      100     34 |  0.000 % |
11.01/11.84	c 12	|       251 |   39744   807534  3488076 |   325705      251     36 |  0.000 % |
11.01/12.03	c 12	|       477 |   39744   807534  3488076 |   358275      477     34 |  0.000 % |
12.07/12.35	c 13	|       814 |   39744   807534  3488076 |   394103      814     38 |  0.000 % |
12.66/12.91	c 13	|      1320 |   39744   807534  3488076 |   433513     1320     34 |  0.000 % |
13.25/13.59	c 14	|      2079 |   39744   807534  3488076 |   476865     2079     43 |  0.000 % |
13.74/14.04	c 14	|      3218 |   39744   807534  3488076 |   524551     3218     50 |  0.000 % |
14.14/14.47	c 15	|      4927 |   39744   807534  3488076 |   577006     4927     41 |  0.000 % |
16.02/16.38	c 17	|      7490 |   39744   807534  3488076 |   634707     7490     47 |  0.000 % |
21.57/21.90	c 22	|     11336 |   39744   807534  3488076 |   698178    11336     47 |  0.000 % |
23.75/24.19	c 24	|     17102 |   39744   807534  3488076 |   767996    17102     47 |  0.000 % |
26.73/27.10	c 27	|     25751 |   39744   807534  3488076 |   844795    25751     37 |  0.000 % |
34.84/35.35	c 36	|     38727 |   39744   807534  3488076 |   929275    38727     41 |  0.000 % |
45.74/46.37	c 47	===============================================================================
45.74/46.38	c 47	restarts              : 14
45.74/46.38	c 47	conflicts             : 55275          (1594 /sec)
45.74/46.38	c 47	decisions             : 155561         (0.87 % random) (4485 /sec)
45.74/46.38	c 47	propagations          : 25903576       (746894 /sec)
45.74/46.38	c 47	conflict literals     : 2631349        (5.28 % deleted)
45.74/46.38	c 47	Memory used           : 58.75 MB
45.74/46.38	c 47	CPU time              : 34.6817 s
45.74/46.38	c 47	
45.74/46.39	c 47	SATISFIABLE
45.83/46.41	c 47	DECODING HOME/temp.out WITH HOME/temp.map
45.83/46.41	c 47	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'
45.83/46.49	c 47	Decoding HOME/temp.out
45.86/46.72	s SATISFIABLE
45.87/46.85	v 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 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 1 0 0 1 0 0 1 1 0 0 0 1 1 0 1 0 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 1 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 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 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 1 1 1 1 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 1 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 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 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 1 1 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 1 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 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 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 1 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 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 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 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 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 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 1 0 0 0 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 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 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 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 1 1 0 0 1 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 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 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 1 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 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 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 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 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 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 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 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 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 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 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 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 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 1 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 0 0 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 0 0 0 0 0 0 0 1 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 1 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 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 1 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 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 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 1 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 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 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 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 1 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 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 1 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 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 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 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 1 0 0 0 0 1 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 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 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 1 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 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 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 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 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 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 1 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 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
45.87/46.86	c 47	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.87/46.89	c 47	CPU 46.32 (0.07 0.05 45.68 0.52)
45.87/46.89	c 47	END Sun Jul 12 10:11:31 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-2087417-1247386244/watcher-2087417-1247386244 -o /tmp/evaluation-result-2087417-1247386244/solver-2087417-1247386244 -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-2087417-1247386244.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: 1.99 1.97 1.98 4/72 27205
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=12000 CPUtime=0
/proc/27205/stat : 27205 (sugar) R 27203 27205 26793 0 -1 4194304 200 0 0 0 0 0 0 0 22 0 1 0 25687544 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 217072071362 0 0 4224 0 0 0 0 17 1 0 0
/proc/27205/statm: 3000 168 129 3 0 100 0

[startup+0.133818 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 27205
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.07
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201833 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 27205
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.07
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301851 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 27205
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.07
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701931 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 27205
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.07
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 27227
/proc/meminfo: memFree=1538040/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.8
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1309 7655 0 1 5 2 68 5 15 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
[pid=27218] ppid=27205 vsize=5356 CPUtime=0
/proc/27218/stat : 27218 (sh) S 27205 27205 26793 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25687632 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27218/statm: 1339 233 193 169 0 50 0
[pid=27219] ppid=27218 vsize=868576 CPUtime=0.6
/proc/27219/stat : 27219 (java) S 27218 27205 26793 0 -1 0 7212 0 1 0 56 4 0 0 18 0 9 0 25687633 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27219/statm: 217144 6448 2566 9 0 211649 0
[pid=27219/tid=27220] ppid=27218 vsize=868576 CPUtime=0.31
/proc/27219/task/27220/stat : 27220 (java) R 27218 27205 26793 0 -1 64 2664 0 1 0 30 1 0 0 21 0 9 0 25687633 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4126558455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27221] ppid=27218 vsize=868576 CPUtime=0.09
/proc/27219/task/27221/stat : 27221 (java) S 27218 27205 26793 0 -1 64 2369 0 0 0 9 0 0 0 16 0 9 0 25687635 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27222] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27222/stat : 27222 (java) S 27218 27205 26793 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25687635 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27223] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27223/stat : 27223 (java) S 27218 27205 26793 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25687635 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27224] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27224/stat : 27224 (java) S 27218 27205 26793 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25687637 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27225] ppid=27218 vsize=868576 CPUtime=0.16
/proc/27219/task/27225/stat : 27225 (java) S 27218 27205 26793 0 -1 64 1480 0 0 0 16 0 0 0 16 0 9 0 25687637 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27226] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27226/stat : 27226 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25687637 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27227] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27227/stat : 27227 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25687637 889421824 6448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890800

[startup+3.10239 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 27227
/proc/meminfo: memFree=1518904/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.8
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1309 7655 0 1 5 2 68 5 16 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
[pid=27218] ppid=27205 vsize=5356 CPUtime=0
/proc/27218/stat : 27218 (sh) S 27205 27205 26793 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25687632 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27218/statm: 1339 233 193 169 0 50 0
[pid=27219] ppid=27218 vsize=868576 CPUtime=2.18
/proc/27219/stat : 27219 (java) S 27218 27205 26793 0 -1 0 12870 0 1 0 211 7 0 0 18 0 9 0 25687633 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27219/statm: 217144 11709 2566 9 0 211649 0
[pid=27219/tid=27220] ppid=27218 vsize=868576 CPUtime=1.28
/proc/27219/task/27220/stat : 27220 (java) R 27218 27205 26793 0 -1 64 2974 0 1 0 126 2 0 0 25 0 9 0 25687633 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4126102561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27221] ppid=27218 vsize=868576 CPUtime=0.66
/proc/27219/task/27221/stat : 27221 (java) S 27218 27205 26793 0 -1 64 7683 0 0 0 63 3 0 0 16 0 9 0 25687635 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27222] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27222/stat : 27222 (java) S 27218 27205 26793 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25687635 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27223] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27223/stat : 27223 (java) S 27218 27205 26793 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25687635 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27224] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27224/stat : 27224 (java) S 27218 27205 26793 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25687637 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27225] ppid=27218 vsize=868576 CPUtime=0.22
/proc/27219/task/27225/stat : 27225 (java) S 27218 27205 26793 0 -1 64 1514 0 0 0 21 1 0 0 16 0 9 0 25687637 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27226] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27226/stat : 27226 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25687637 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27227] ppid=27218 vsize=868576 CPUtime=0
/proc/27219/task/27227/stat : 27227 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25687637 889421824 11709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890800

[startup+6.303 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 27227
/proc/meminfo: memFree=1502712/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=0.8
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1310 7655 0 1 5 2 68 5 15 0 1 0 25687544 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1111 409 3 0 796 0
[pid=27218] ppid=27205 vsize=5356 CPUtime=0
/proc/27218/stat : 27218 (sh) S 27205 27205 26793 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25687632 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27218/statm: 1339 233 193 169 0 50 0
[pid=27219] ppid=27218 vsize=868688 CPUtime=5.35
/proc/27219/stat : 27219 (java) S 27218 27205 26793 0 -1 0 13399 0 1 0 521 14 0 0 18 0 9 0 25687633 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27219/statm: 217172 11879 2590 9 0 211649 0
[pid=27219/tid=27220] ppid=27218 vsize=868688 CPUtime=4.15
/proc/27219/task/27220/stat : 27220 (java) R 27218 27205 26793 0 -1 64 3159 0 1 0 408 7 0 0 25 0 9 0 25687633 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4126795438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27221] ppid=27218 vsize=868688 CPUtime=0.88
/proc/27219/task/27221/stat : 27221 (java) S 27218 27205 26793 0 -1 64 7983 0 0 0 84 4 0 0 16 0 9 0 25687635 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27222] ppid=27218 vsize=868688 CPUtime=0
/proc/27219/task/27222/stat : 27222 (java) S 27218 27205 26793 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25687635 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27223] ppid=27218 vsize=868688 CPUtime=0
/proc/27219/task/27223/stat : 27223 (java) S 27218 27205 26793 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25687635 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27224] ppid=27218 vsize=868688 CPUtime=0
/proc/27219/task/27224/stat : 27224 (java) S 27218 27205 26793 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25687637 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27225] ppid=27218 vsize=868688 CPUtime=0.28
/proc/27219/task/27225/stat : 27225 (java) S 27218 27205 26793 0 -1 64 1558 0 0 0 27 1 0 0 16 0 9 0 25687637 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27226] ppid=27218 vsize=868688 CPUtime=0
/proc/27219/task/27226/stat : 27226 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25687637 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27227] ppid=27218 vsize=868688 CPUtime=0
/proc/27219/task/27227/stat : 27227 (java) S 27218 27205 26793 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25687637 889536512 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890912

[startup+12.7022 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1481976/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 15 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=44900 CPUtime=1.45
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 10848 0 0 0 137 8 0 0 25 0 1 0 25688667 45977600 10834 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 11225 10834 76 150 0 11072 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 67124

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1474872/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=51056 CPUtime=14.12
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 12409 0 0 0 1402 10 0 0 25 0 1 0 25688667 52281344 12395 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 12764 12395 76 150 0 12611 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 73280

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

[startup+25.6017 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1474872/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=51188 CPUtime=14.22
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 12414 0 0 0 1412 10 0 0 25 0 1 0 25688667 52416512 12400 996147200 134512640 135127466 4294956256 18446744073709551615 134710540 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 12797 12400 76 150 0 12644 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 73412

[startup+38.4021 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1470136/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=56328 CPUtime=26.91
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 13689 0 0 0 2679 12 0 0 25 0 1 0 25688667 57679872 13675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 14082 13675 76 150 0 13929 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 78552

[startup+41.6017 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1469304/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=57120 CPUtime=30.07
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 13879 0 0 0 2995 12 0 0 25 0 1 0 25688667 58490880 13865 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 14280 13865 76 150 0 14127 0
Current children cumulated CPU time (s) 41.08
Current children cumulated vsize (KiB) 79344

[startup+44.8014 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1467896/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=58836 CPUtime=33.25
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 14318 0 0 0 3312 13 0 0 25 0 1 0 25688667 60248064 14304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 14709 14304 76 150 0 14556 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 81060

[startup+45.6015 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1467000/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=59496 CPUtime=34.04
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194304 14499 0 0 0 3391 13 0 0 25 0 1 0 25688667 60923904 14485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 14874 14485 76 150 0 14721 0
Current children cumulated CPU time (s) 45.05
Current children cumulated vsize (KiB) 81720

[startup+46.402 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1465976/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=11.01
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1376 21557 0 2 6 2 1061 32 16 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
[pid=27228] ppid=27205 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27205 27205 26793 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25688666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=0 CPUtime=34.82
/proc/27229/stat : 27229 (minisat) R 27228 27205 26793 0 -1 4194308 14688 0 0 0 3469 13 0 0 25 0 1 0 25688667 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.83
Current children cumulated vsize (KiB) 22224

[startup+46.8017 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 27229
/proc/meminfo: memFree=1465976/2055920 swapFree=4192812/4192956
[pid=27205] ppid=27203 vsize=16868 CPUtime=45.87
/proc/27205/stat : 27205 (sugar) S 27203 27205 26793 0 -1 4194304 1449 36530 0 2 6 3 4531 47 15 0 1 0 25687544 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27205/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 45.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 46.901
CPU time (s): 46.345
CPU user time (s): 45.756
CPU system time (s): 0.58891
CPU usage (%): 98.8144
Max. virtual memory (cumulated for all children) (KiB): 891304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.756
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42249
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= 11169
involuntary context switches= 12039

runsolver used 0.068989 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 10:10:44
IDJOB=2087417
IDBENCH=58723
IDSOLVER=739
FILE ID=node59/2087417-1247386244
PBS_JOBID= 9507267
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-96-32-3-8_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-2087417-1247386244/watcher-2087417-1247386244 -o /tmp/evaluation-result-2087417-1247386244/solver-2087417-1247386244 -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-2087417-1247386244.xml

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

MD5SUM BENCH= 183b89dc2fc58cfaeea36bd8c41eeb1a
RANDOM SEED=1575963804

node59.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.263
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.263
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:       1549296 kB
Buffers:         79420 kB
Cached:         294580 kB
SwapCached:          0 kB
Active:         230148 kB
Inactive:       195932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          63736 kB
Slab:            65896 kB
Committed_AS:   220244 kB
PageTables:       1884 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= 66380 MiB
End job on node59 at 2009-07-12 10:11:31