Trace number 2067100

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 5.55115 5.59359

General information on the benchmark

Namecsp/pseudo/radar/
normalized-radar-30-30-4.5-0.5-100.xml
MD5SUMdde56d78c331455e86aa8c267ea9039b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07084
Satisfiable
(Un)Satisfiability was proved
Number of variables4447
Number of constraints4925
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4925
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:24:58 2009
0.00/0.07	c 0	PID 15540
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2067100-1247343898.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-2067100-1247343898.xml' 'HOME/temp.csp'
0.06/0.73	c 1	2 domains, 4447 variables, 27 predicates, 0 relations, 4925 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.77/0.83	c 1	Parsing HOME/temp.csp
0.99/1.03	c 1	parsed 9401 expressions
0.99/1.04	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.04	c 1	Converting to clausal form CSP
0.99/1.07	c 1	converted 941 (10%) expressions
0.99/1.09	c 1	converted 1881 (20%) expressions
0.99/1.09	c 1	converted 2821 (30%) expressions
0.99/1.09	c 1	converted 3761 (40%) expressions
1.09/1.15	c 1	converted 4701 (50%) expressions
1.29/1.32	c 1	converted 5641 (60%) expressions
1.29/1.36	c 1	converted 6581 (70%) expressions
1.29/1.38	c 1	converted 7521 (80%) expressions
1.39/1.40	c 1	converted 8461 (90%) expressions
1.69/1.76	c 2	converted 9401 (100%) expressions
1.69/1.76	c 2	CSP : 5926 integers, 0 booleans, 7883 clauses, largest domain size 10
1.69/1.76	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.76	c 2	Propagation in CSP
1.78/1.84	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.78/1.84	c 2	CSP : 5926 integers, 0 booleans, 7883 clauses, largest domain size 10
1.78/1.84	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.78/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.78/1.86	c 2	CSP : 5926 integers, 0 booleans, 7883 clauses, largest domain size 10
1.78/1.86	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.88/1.92	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.88/1.93	c 2	593 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.93	c 2	1186 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.94	c 2	1778 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.94	c 2	2371 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.94	c 2	2963 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.94	c 2	3556 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.94	c 2	4149 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.88/1.95	c 2	4741 (80%) CSP integer variables are encoded (988 clauses, 12908 bytes)
1.88/1.96	c 2	5334 (90%) CSP integer variables are encoded (3664 clauses, 47696 bytes)
1.88/1.96	c 2	5926 (100%) CSP integer variables are encoded (7227 clauses, 99450 bytes)
1.88/1.99	c 2	789 (10%) CSP clauses are encoded (8016 clauses, 107920 bytes)
1.98/2.01	c 2	1577 (20%) CSP clauses are encoded (8804 clauses, 117823 bytes)
1.98/2.02	c 2	2365 (30%) CSP clauses are encoded (9592 clauses, 128067 bytes)
1.98/2.03	c 2	3154 (40%) CSP clauses are encoded (10381 clauses, 138326 bytes)
1.98/2.03	c 2	3942 (50%) CSP clauses are encoded (11169 clauses, 148570 bytes)
2.68/2.78	c 3	4730 (60%) CSP clauses are encoded (21706 clauses, 486324 bytes)
2.78/2.87	c 3	5519 (70%) CSP clauses are encoded (40524 clauses, 873788 bytes)
2.97/3.08	c 3	6307 (80%) CSP clauses are encoded (76488 clauses, 1694030 bytes)
3.48/3.52	c 4	7095 (90%) CSP clauses are encoded (137675 clauses, 3233096 bytes)
4.76/4.83	c 5	7883 (100%) CSP clauses are encoded (262862 clauses, 6804822 bytes)
4.76/4.83	c 5	7883 CSP clauses encoded
4.76/4.83	c 5	Writing map file : HOME/temp.map
4.76/4.85	c 5	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.76/4.85	c 5	SAT : 13152 SAT variables, 262862 SAT clauses, 6804822 bytes
4.76/4.85	c 5	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.76/4.88	c 5	SOLVING HOME/temp.cnf
4.76/4.88	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.76/4.88	c 5	This is MiniSat 2.0 beta
4.76/4.88	c 5	WARNING: for repeatability, setting FPU to use double precision
4.76/4.88	c 5	============================[ Problem Statistics ]=============================
4.76/4.88	c 5	|                                                                             |
4.76/4.88	c 5	|  Number of variables:  13152                                                |
4.76/4.88	c 5	|  Number of clauses:    262862                                               |
4.85/5.05	c 5	|  Parsing time:         0.14         s                                       |
4.85/5.06	c 5	============================[ Search Statistics ]==============================
4.85/5.06	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.85/5.06	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.85/5.06	c 5	===============================================================================
4.85/5.06	c 5	|         0 |   13152   262862  1157269 |    87620        0    nan |  0.000 % |
4.85/5.10	c 5	===============================================================================
4.85/5.10	c 5	restarts              : 1
4.85/5.10	c 5	conflicts             : 14             (74 /sec)
4.85/5.10	c 5	decisions             : 1740           (0.86 % random) (9159 /sec)
4.85/5.10	c 5	propagations          : 17305          (91093 /sec)
4.85/5.10	c 5	conflict literals     : 103            (0.00 % deleted)
4.85/5.10	c 5	Memory used           : 15.53 MB
4.85/5.10	c 5	CPU time              : 0.189971 s
4.85/5.10	c 5	
4.85/5.11	c 5	SATISFIABLE
4.85/5.11	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.85/5.11	c 5	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'
4.85/5.19	c 5	Decoding HOME/temp.out
5.35/5.43	s SATISFIABLE
5.45/5.55	v 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 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 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 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 1 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 1 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 1 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 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 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 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 1 1 0 0 0 0 1 1 1 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 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 1 1 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 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 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 1 1 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 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 1 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 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 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 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 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 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 1 0 1 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 1 0 1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 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 1 1 0 0 0 1 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 1 1 1 1 1 1 1 1 1 1 1 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 1 0 0 0 1 1 0 1 1 1 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 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 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 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 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 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 1 0 1 1 1 0 1 1 0 0 1 1 0 0 0 1 1 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 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 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 1 0 1 1 1 1 1 1 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 0 0 0 1 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 1 1 1 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 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 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 1 1 1 1 1 1 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 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 1 1 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 0 0 1 1 0 1 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 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 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 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 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 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 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 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 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 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 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 1 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1
5.45/5.56	c 6	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.45/5.59	c 6	CPU 5.52 (0.07 0.03 5.16 0.26)
5.45/5.59	c 6	END Sat Jul 11 22:25:04 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-2067100-1247343898/watcher-2067100-1247343898 -o /tmp/evaluation-result-2067100-1247343898/solver-2067100-1247343898 -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-2067100-1247343898.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.89 2.10 2.07 4/82 15540
/proc/meminfo: memFree=1523664/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=12272 CPUtime=0
/proc/15540/stat : 15540 (sugar) R 15538 15540 13941 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 21454777 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/15540/statm: 3068 364 274 3 0 168 0

[startup+0.096026 s]
/proc/loadavg: 1.89 2.10 2.07 4/82 15540
/proc/meminfo: memFree=1523664/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.06
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101023 s]
/proc/loadavg: 1.89 2.10 2.07 4/82 15540
/proc/meminfo: memFree=1523664/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.06
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301059 s]
/proc/loadavg: 1.89 2.10 2.07 4/82 15540
/proc/meminfo: memFree=1523664/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.06
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701134 s]
/proc/loadavg: 1.89 2.10 2.07 4/82 15540
/proc/meminfo: memFree=1523664/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.06
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 1.89 2.10 2.07 3/93 15562
/proc/meminfo: memFree=1513336/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.77
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1309 8086 0 1 5 1 65 6 15 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
[pid=15553] ppid=15540 vsize=5356 CPUtime=0
/proc/15553/stat : 15553 (sh) S 15540 15540 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21454853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15553/statm: 1339 233 193 169 0 50 0
[pid=15554] ppid=15553 vsize=868596 CPUtime=0.71
/proc/15554/stat : 15554 (java) S 15553 15540 13941 0 -1 0 7625 0 1 0 68 3 0 0 20 0 9 0 21454853 889442304 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15554/statm: 217149 6852 2566 9 0 211654 0
[pid=15554/tid=15555] ppid=15553 vsize=868596 CPUtime=0.43
/proc/15554/task/15555/stat : 15555 (java) R 15553 15540 13941 0 -1 64 2677 0 1 0 42 1 0 0 25 0 9 0 21454854 889442304 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15556] ppid=15553 vsize=868596 CPUtime=0.09
/proc/15554/task/15556/stat : 15556 (java) R 15553 15540 13941 0 -1 64 2764 0 0 0 8 1 0 0 16 0 9 0 21454855 889442304 6852 996147200 134512640 134550932 4294955936 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15557] ppid=15553 vsize=868596 CPUtime=0
/proc/15554/task/15557/stat : 15557 (java) S 15553 15540 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21454855 889442304 6854 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15558] ppid=15553 vsize=868596 CPUtime=0
/proc/15554/task/15558/stat : 15558 (java) S 15553 15540 13941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21454855 889442304 6855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15559] ppid=15553 vsize=868596 CPUtime=0
/proc/15554/task/15559/stat : 15559 (java) S 15553 15540 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21454857 889442304 6855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15560] ppid=15553 vsize=868596 CPUtime=0.17
/proc/15554/task/15560/stat : 15560 (java) S 15553 15540 13941 0 -1 64 1485 0 0 0 17 0 0 0 16 0 9 0 21454857 889442304 6857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15561] ppid=15553 vsize=868596 CPUtime=0
/proc/15554/task/15561/stat : 15561 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21454857 889442304 6858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15562] ppid=15553 vsize=868596 CPUtime=0
/proc/15554/task/15562/stat : 15562 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21454857 889442304 6858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 890820

[startup+3.10258 s]
/proc/loadavg: 1.89 2.10 2.07 3/93 15562
/proc/meminfo: memFree=1500152/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.77
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1310 8086 0 1 5 1 65 6 15 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
[pid=15553] ppid=15540 vsize=5356 CPUtime=0
/proc/15553/stat : 15553 (sh) S 15540 15540 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21454853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15553/statm: 1339 233 193 169 0 50 0
[pid=15554] ppid=15553 vsize=868708 CPUtime=2.3
/proc/15554/stat : 15554 (java) S 15553 15540 13941 0 -1 0 8361 0 1 0 224 6 0 0 20 0 9 0 21454853 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15554/statm: 217177 7407 2590 9 0 211654 0
[pid=15554/tid=15555] ppid=15553 vsize=868708 CPUtime=1.81
/proc/15554/task/15555/stat : 15555 (java) R 15553 15540 13941 0 -1 64 2868 0 1 0 178 3 0 0 25 0 9 0 21454854 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4127011002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15556] ppid=15553 vsize=868708 CPUtime=0.26
/proc/15554/task/15556/stat : 15556 (java) S 15553 15540 13941 0 -1 64 3268 0 0 0 24 2 0 0 16 0 9 0 21454855 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15557] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15557/stat : 15557 (java) S 15553 15540 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21454855 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15558] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15558/stat : 15558 (java) S 15553 15540 13941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21454855 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15559] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15559/stat : 15559 (java) S 15553 15540 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21454857 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15560] ppid=15553 vsize=868708 CPUtime=0.21
/proc/15554/task/15560/stat : 15560 (java) S 15553 15540 13941 0 -1 64 1526 0 0 0 21 0 0 0 16 0 9 0 21454857 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15561] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15561/stat : 15561 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21454857 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15562] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15562/stat : 15562 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21454857 889556992 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 890932

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

[startup+4.70188 s]
/proc/loadavg: 1.89 2.10 2.07 3/93 15562
/proc/meminfo: memFree=1494776/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=0.77
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1310 8086 0 1 5 1 65 6 15 0 1 0 21454777 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1111 409 3 0 796 0
[pid=15553] ppid=15540 vsize=5356 CPUtime=0
/proc/15553/stat : 15553 (sh) S 15540 15540 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21454853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15553/statm: 1339 233 193 169 0 50 0
[pid=15554] ppid=15553 vsize=868708 CPUtime=3.9
/proc/15554/stat : 15554 (java) S 15553 15540 13941 0 -1 0 8561 0 1 0 379 11 0 0 20 0 9 0 21454853 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15554/statm: 217177 7413 2590 9 0 211654 0
[pid=15554/tid=15555] ppid=15553 vsize=868708 CPUtime=3.33
/proc/15554/task/15555/stat : 15555 (java) R 15553 15540 13941 0 -1 64 3062 0 1 0 327 6 0 0 25 0 9 0 21454854 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4126977957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15556] ppid=15553 vsize=868708 CPUtime=0.31
/proc/15554/task/15556/stat : 15556 (java) S 15553 15540 13941 0 -1 64 3268 0 0 0 28 3 0 0 16 0 9 0 21454855 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15557] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15557/stat : 15557 (java) S 15553 15540 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21454855 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15558] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15558/stat : 15558 (java) S 15553 15540 13941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21454855 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15559] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15559/stat : 15559 (java) S 15553 15540 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21454857 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15560] ppid=15553 vsize=868708 CPUtime=0.22
/proc/15554/task/15560/stat : 15560 (java) S 15553 15540 13941 0 -1 64 1532 0 0 0 22 0 0 0 16 0 9 0 21454857 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15561] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15561/stat : 15561 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21454857 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15554/tid=15562] ppid=15553 vsize=868708 CPUtime=0
/proc/15554/task/15562/stat : 15562 (java) S 15553 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21454857 889556992 7413 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 890932

[startup+5.10196 s]
/proc/loadavg: 1.89 2.10 2.07 3/93 15562
/proc/meminfo: memFree=1494776/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=4.85
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1376 16970 0 2 6 1 459 19 15 0 1 0 21454777 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15540/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 16868

[startup+5.50703 s]
/proc/loadavg: 1.89 2.10 2.07 4/93 15574
/proc/meminfo: memFree=1506616/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=16868 CPUtime=5.09
/proc/15540/stat : 15540 (sugar) S 15538 15540 13941 0 -1 4194304 1449 21065 0 2 6 2 479 22 15 0 1 0 21454777 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15540/statm: 4217 1113 409 3 0 796 0
[pid=15565] ppid=15540 vsize=5356 CPUtime=0
/proc/15565/stat : 15565 (sh) S 15540 15540 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21455288 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15565/statm: 1339 233 193 169 0 50 0
[pid=15566] ppid=15565 vsize=862288 CPUtime=0.36
/proc/15566/stat : 15566 (java) S 15565 15540 13941 0 -1 0 3371 0 1 0 34 2 0 0 18 0 9 0 21455289 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15566/statm: 215572 2835 1285 9 0 210485 0
[pid=15566/tid=15567] ppid=15565 vsize=862288 CPUtime=0.24
/proc/15566/task/15567/stat : 15567 (java) R 15565 15540 13941 0 -1 64 2048 0 1 0 23 1 0 0 25 0 9 0 21455290 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15568] ppid=15565 vsize=862288 CPUtime=0.01
/proc/15566/task/15568/stat : 15568 (java) S 15565 15540 13941 0 -1 64 271 0 0 0 1 0 0 0 16 0 9 0 21455291 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15569] ppid=15565 vsize=862288 CPUtime=0
/proc/15566/task/15569/stat : 15569 (java) S 15565 15540 13941 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 21455291 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15570] ppid=15565 vsize=862288 CPUtime=0
/proc/15566/task/15570/stat : 15570 (java) S 15565 15540 13941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21455291 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15571] ppid=15565 vsize=862288 CPUtime=0
/proc/15566/task/15571/stat : 15571 (java) S 15565 15540 13941 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 21455293 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15572] ppid=15565 vsize=862288 CPUtime=0.09
/proc/15566/task/15572/stat : 15572 (java) S 15565 15540 13941 0 -1 64 356 0 0 0 9 0 0 0 17 0 9 0 21455293 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15573] ppid=15565 vsize=862288 CPUtime=0
/proc/15566/task/15573/stat : 15573 (java) S 15565 15540 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21455293 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15566/tid=15574] ppid=15565 vsize=862288 CPUtime=0
/proc/15566/task/15574/stat : 15574 (java) S 15565 15540 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21455293 882982912 2835 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 884512

Child status: 0
Real time (s): 5.59359
CPU time (s): 5.55115
CPU user time (s): 5.2402
CPU system time (s): 0.310952
CPU usage (%): 99.2413
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2402
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26790
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= 9964
involuntary context switches= 9988

runsolver used 0.011998 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 22:24:58
IDJOB=2067100
IDBENCH=54605
IDSOLVER=739
FILE ID=node82/2067100-1247343898
PBS_JOBID= 9506649
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/radar/normalized-radar-30-30-4.5-0.5-100.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-2067100-1247343898/watcher-2067100-1247343898 -o /tmp/evaluation-result-2067100-1247343898/solver-2067100-1247343898 -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-2067100-1247343898.xml

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

MD5SUM BENCH= dde56d78c331455e86aa8c267ea9039b
RANDOM SEED=2057985171

node82.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.265
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.265
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:       1524016 kB
Buffers:         24336 kB
Cached:          94800 kB
SwapCached:          0 kB
Active:         441872 kB
Inactive:        35320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         378444 kB
Slab:            39020 kB
Committed_AS:   507628 kB
PageTables:       2712 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= 66136 MiB
End job on node82 at 2009-07-11 22:25:04