Trace number 2066627

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 6.99994 7.09622

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-16d1.xml
MD5SUM13c13845f3d3eaaf59d21a0fef40246a
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 benchmark6.99994
Satisfiable
(Un)Satisfiability was proved
Number of variables2460
Number of constraints17131
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17131
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 22:13:14 2009
0.04/0.07	c 0	PID 13982
0.04/0.07	c 0	HOST node53.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2066627-1247343194.xml TO HOME/temp.csp
0.04/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-2066627-1247343194.xml' 'HOME/temp.csp'
1.36/1.42	c 2	1 domains, 2460 variables, 4 predicates, 0 relations, 17131 constraints
1.36/1.44	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.44	c 2	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'
1.39/1.51	c 2	Parsing HOME/temp.csp
1.39/1.70	c 2	parsed 10000 expressions
1.39/1.85	c 2	parsed 19596 expressions
1.39/1.85	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.85	c 2	Converting to clausal form CSP
1.39/1.90	c 2	converted 1960 (10%) expressions
1.39/2.09	c 2	converted 3920 (20%) expressions
2.04/2.18	c 2	converted 5879 (30%) expressions
2.14/2.22	c 2	converted 7839 (40%) expressions
2.14/2.26	c 3	converted 9798 (50%) expressions
2.14/2.29	c 3	converted 11758 (60%) expressions
2.23/2.33	c 3	converted 13718 (70%) expressions
2.23/2.37	c 3	converted 15677 (80%) expressions
2.34/2.48	c 3	converted 17637 (90%) expressions
2.93/3.05	c 3	converted 19596 (100%) expressions
2.93/3.05	c 3	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
2.93/3.05	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.93/3.05	c 3	Propagation in CSP
3.03/3.20	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.03/3.20	c 3	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
3.03/3.20	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.13/3.22	c 3	Simplifing CSP by introducing new Boolean variables
3.13/3.23	c 3	CSP : 5730 integers, 0 booleans, 23671 clauses, largest domain size 7
3.13/3.23	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.23/3.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.23/3.36	c 4	573 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.36	c 4	1146 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.37	c 4	1719 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.37	c 4	2292 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.38	c 4	2865 (50%) CSP integer variables are encoded (1755 clauses, 22879 bytes)
3.23/3.38	c 4	3438 (60%) CSP integer variables are encoded (4238 clauses, 55158 bytes)
3.23/3.39	c 4	4011 (70%) CSP integer variables are encoded (6721 clauses, 88628 bytes)
3.23/3.39	c 4	4584 (80%) CSP integer variables are encoded (9204 clauses, 125873 bytes)
3.23/3.40	c 4	5157 (90%) CSP integer variables are encoded (11687 clauses, 163118 bytes)
3.33/3.40	c 4	5730 (100%) CSP integer variables are encoded (14170 clauses, 200363 bytes)
3.33/3.45	c 4	2368 (10%) CSP clauses are encoded (16538 clauses, 227843 bytes)
3.33/3.48	c 4	4735 (20%) CSP clauses are encoded (18905 clauses, 257989 bytes)
3.33/3.49	c 4	7102 (30%) CSP clauses are encoded (21272 clauses, 288131 bytes)
3.43/3.51	c 4	9469 (40%) CSP clauses are encoded (23639 clauses, 318269 bytes)
3.43/3.53	c 4	11836 (50%) CSP clauses are encoded (26006 clauses, 348415 bytes)
3.43/3.55	c 4	14203 (60%) CSP clauses are encoded (28373 clauses, 378557 bytes)
4.33/4.41	c 5	16570 (70%) CSP clauses are encoded (49224 clauses, 728678 bytes)
4.72/4.84	c 5	18937 (80%) CSP clauses are encoded (134093 clauses, 2374279 bytes)
5.12/5.28	c 6	21304 (90%) CSP clauses are encoded (218962 clauses, 4156234 bytes)
5.62/5.71	c 6	23671 (100%) CSP clauses are encoded (303801 clauses, 5952048 bytes)
5.62/5.71	c 6	23671 CSP clauses encoded
5.62/5.71	c 6	Writing map file : HOME/temp.map
5.62/5.73	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.62/5.73	c 6	SAT : 19900 SAT variables, 303801 SAT clauses, 5952048 bytes
5.62/5.73	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.62/5.77	c 6	SOLVING HOME/temp.cnf
5.62/5.77	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.62/5.78	c 6	This is MiniSat 2.0 beta
5.62/5.78	c 6	WARNING: for repeatability, setting FPU to use double precision
5.62/5.78	c 6	============================[ Problem Statistics ]=============================
5.62/5.78	c 6	|                                                                             |
5.62/5.78	c 6	|  Number of variables:  19900                                                |
5.62/5.78	c 6	|  Number of clauses:    303801                                               |
5.68/5.94	c 6	|  Parsing time:         0.13         s                                       |
5.68/5.95	c 6	============================[ Search Statistics ]==============================
5.68/5.95	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.68/5.95	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.68/5.95	c 6	===============================================================================
5.68/5.95	c 6	|         0 |   19900   303801  1104280 |   101267        0    nan |  0.000 % |
5.68/5.98	c 6	|       100 |   19900   303801  1104280 |   111393      100      8 |  0.000 % |
5.68/6.00	c 6	|       250 |   19900   303801  1104280 |   122533      250      8 |  0.000 % |
5.68/6.26	c 7	|       477 |   19900   303801  1104280 |   134786      477     18 |  0.000 % |
6.49/6.65	c 7	===============================================================================
6.49/6.65	c 7	restarts              : 4
6.49/6.65	c 7	conflicts             : 792            (939 /sec)
6.49/6.65	c 7	decisions             : 3970           (1.31 % random) (4705 /sec)
6.49/6.65	c 7	propagations          : 748309         (886758 /sec)
6.49/6.65	c 7	conflict literals     : 19835          (2.24 % deleted)
6.49/6.65	c 7	Memory used           : 17.66 MB
6.49/6.65	c 7	CPU time              : 0.843871 s
6.49/6.65	c 7	
6.49/6.66	c 7	SATISFIABLE
6.49/6.67	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.49/6.67	c 7	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'
6.58/6.74	c 7	Decoding HOME/temp.out
6.58/6.98	s SATISFIABLE
6.58/7.06	v 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1
6.58/7.07	c 7	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.58/7.09	c 7	CPU 6.98 (0.06 0.03 6.6 0.29)
6.58/7.09	c 7	END Sat Jul 11 22:13:21 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-2066627-1247343194/watcher-2066627-1247343194 -o /tmp/evaluation-result-2066627-1247343194/solver-2066627-1247343194 -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-2066627-1247343194.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.11 2.13 2.05 4/82 13982
/proc/meminfo: memFree=1597768/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=12272 CPUtime=0
/proc/13982/stat : 13982 (sugar) R 13980 13982 12386 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21383435 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/13982/statm: 3068 327 246 3 0 168 0

[startup+0.0488541 s]
/proc/loadavg: 2.11 2.13 2.05 4/82 13982
/proc/meminfo: memFree=1597768/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=14776 CPUtime=0.04
/proc/13982/stat : 13982 (sugar) R 13980 13982 12386 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 21383435 15130624 848 996147200 4194304 4206940 548682068608 18446744073709551615 269939159282 0 0 4224 0 0 0 0 17 0 0 0
/proc/13982/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.101859 s]
/proc/loadavg: 2.11 2.13 2.05 4/82 13982
/proc/meminfo: memFree=1597768/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=0.06
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21383435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301873 s]
/proc/loadavg: 2.11 2.13 2.05 4/82 13982
/proc/meminfo: memFree=1597768/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=0.06
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21383435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701927 s]
/proc/loadavg: 2.11 2.13 2.05 4/82 13982
/proc/meminfo: memFree=1597768/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=0.06
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21383435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.18 2.14 2.06 4/93 13994
/proc/meminfo: memFree=1569584/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=1.39
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1292 12322 0 1 5 1 126 7 16 0 1 0 21383435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 16868

[startup+3.10222 s]
/proc/loadavg: 2.18 2.14 2.06 4/93 14004
/proc/meminfo: memFree=1575408/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=1.39
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1310 12322 0 1 5 1 126 7 15 0 1 0 21383435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1111 409 3 0 796 0
[pid=13995] ppid=13982 vsize=5356 CPUtime=0
/proc/13995/stat : 13995 (sh) S 13982 13982 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21383580 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13995/statm: 1339 233 193 169 0 50 0
[pid=13996] ppid=13995 vsize=868600 CPUtime=1.64
/proc/13996/stat : 13996 (java) S 13995 13982 12386 0 -1 0 10915 0 1 0 158 6 0 0 20 0 9 0 21383580 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13996/statm: 217150 9923 2566 9 0 211655 0
[pid=13996/tid=13997] ppid=13995 vsize=868600 CPUtime=1.07
/proc/13996/task/13997/stat : 13997 (java) R 13995 13982 12386 0 -1 64 2761 0 1 0 105 2 0 0 25 0 9 0 21383581 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4126557715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=13998] ppid=13995 vsize=868600 CPUtime=0.36
/proc/13996/task/13998/stat : 13998 (java) S 13995 13982 12386 0 -1 64 5959 0 0 0 33 3 0 0 16 0 9 0 21383582 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=13999] ppid=13995 vsize=868600 CPUtime=0
/proc/13996/task/13999/stat : 13999 (java) S 13995 13982 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21383582 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=14000] ppid=13995 vsize=868600 CPUtime=0
/proc/13996/task/14000/stat : 14000 (java) S 13995 13982 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21383582 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=14001] ppid=13995 vsize=868600 CPUtime=0
/proc/13996/task/14001/stat : 14001 (java) S 13995 13982 12386 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21383584 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=14002] ppid=13995 vsize=868600 CPUtime=0.18
/proc/13996/task/14002/stat : 14002 (java) S 13995 13982 12386 0 -1 64 1493 0 0 0 18 0 0 0 16 0 9 0 21383584 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=14003] ppid=13995 vsize=868600 CPUtime=0
/proc/13996/task/14003/stat : 14003 (java) S 13995 13982 12386 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21383584 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13996/tid=14004] ppid=13995 vsize=868600 CPUtime=0
/proc/13996/task/14004/stat : 14004 (java) S 13995 13982 12386 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21383584 889446400 9923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890824

[startup+6.30159 s]
/proc/loadavg: 2.17 2.14 2.06 3/93 14004
/proc/meminfo: memFree=1558896/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=5.68
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1376 24026 0 2 6 1 540 21 15 0 1 0 21383435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 16868

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

[startup+6.70164 s]
/proc/loadavg: 2.17 2.14 2.06 3/85 14006
/proc/meminfo: memFree=1567408/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=6.58
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1430 28713 0 2 6 2 625 25 16 0 1 0 21383435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 16868

[startup+6.90166 s]
/proc/loadavg: 2.17 2.14 2.06 3/85 14006
/proc/meminfo: memFree=1567408/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=6.58
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1448 28713 0 2 6 2 625 25 15 0 1 0 21383435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 16868

[startup+7.00167 s]
/proc/loadavg: 2.17 2.14 2.06 3/85 14006
/proc/meminfo: memFree=1567408/2055920 swapFree=4192956/4192956
[pid=13982] ppid=13980 vsize=16868 CPUtime=6.58
/proc/13982/stat : 13982 (sugar) S 13980 13982 12386 0 -1 4194304 1449 28713 0 2 6 2 625 25 15 0 1 0 21383435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13982/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 7.09622
CPU time (s): 6.99994
CPU user time (s): 6.66999
CPU system time (s): 0.329949
CPU usage (%): 98.6431
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.66999
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34321
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= 7202
involuntary context switches= 7124

runsolver used 0.011998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-11 22:13:14
IDJOB=2066627
IDBENCH=54550
IDSOLVER=739
FILE ID=node53/2066627-1247343194
PBS_JOBID= 9506729
Free space on /tmp= 65932 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-16d1.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-2066627-1247343194/watcher-2066627-1247343194 -o /tmp/evaluation-result-2066627-1247343194/solver-2066627-1247343194 -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-2066627-1247343194.xml

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

MD5SUM BENCH= 13c13845f3d3eaaf59d21a0fef40246a
RANDOM SEED=2024130426

node53.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.232
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.232
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:       1598248 kB
Buffers:         48488 kB
Cached:         167412 kB
SwapCached:          0 kB
Active:         248684 kB
Inactive:       140520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:         192540 kB
Slab:            53420 kB
Committed_AS:   333188 kB
PageTables:       2132 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= 65928 MiB
End job on node53 at 2009-07-11 22:13:21