Trace number 1109821

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)5 3600.14 3621.34

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-31.xml
MD5SUM9b56d5b42aa2f049bd6f0c4aec0b2e58
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints122
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension122
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 23:28:00 2008
0.00/0.08	c 0	PID 15611
0.07/0.08	c 0	HOST node59.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1109821-1215811680.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109821-1215811680.xml' 'HOME/temp.csp'
0.07/0.66	c 1	1 domains, 1860 variables, 2 predicates, 0 relations, 122 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
1.01/1.18	c 2	parsed 1985 expressions
1.01/1.19	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.19	c 2	MAX CSP: 122 constraints
1.01/1.19	c 2	Converting to clausal form CSP
1.11/1.22	c 2	converted 211 (10%) expressions
1.11/1.22	c 2	converted 422 (20%) expressions
1.11/1.23	c 2	converted 633 (30%) expressions
1.11/1.23	c 2	converted 844 (40%) expressions
1.11/1.23	c 2	converted 1055 (50%) expressions
1.11/1.23	c 2	converted 1266 (60%) expressions
1.11/1.23	c 2	converted 1477 (70%) expressions
1.11/1.24	c 2	converted 1688 (80%) expressions
1.30/1.45	c 2	converted 1899 (90%) expressions
1.59/1.72	c 2	converted 2110 (100%) expressions
1.59/1.72	c 2	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 184
1.59/1.72	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 2	Propagation in CSP
1.70/1.81	c 2	117 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.81	c 2	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 123
1.70/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.81	c 2	Simplifing CSP by introducing new Boolean variables
1.70/1.82	c 2	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 123
1.70/1.82	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.88	c 2	558 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.70/1.89	c 2	1116 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.70/1.89	c 2	1674 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.90	c 2	2232 (40%) CSP integer variables are encoded (1144 clauses, 14936 bytes)
1.80/1.90	c 2	2790 (50%) CSP integer variables are encoded (2881 clauses, 37517 bytes)
1.80/1.91	c 2	3348 (60%) CSP integer variables are encoded (4608 clauses, 59968 bytes)
1.80/1.91	c 2	3906 (70%) CSP integer variables are encoded (6349 clauses, 82991 bytes)
1.80/1.91	c 2	4464 (80%) CSP integer variables are encoded (8095 clauses, 109181 bytes)
1.80/1.92	c 2	5022 (90%) CSP integer variables are encoded (9837 clauses, 135311 bytes)
1.80/1.92	c 2	5580 (100%) CSP integer variables are encoded (12562 clauses, 176186 bytes)
1.80/1.97	c 2	732 (10%) CSP clauses are encoded (20906 clauses, 311925 bytes)
1.90/2.00	c 2	1464 (20%) CSP clauses are encoded (29363 clauses, 450103 bytes)
1.90/2.03	c 2	2196 (30%) CSP clauses are encoded (37862 clauses, 589650 bytes)
1.90/2.06	c 2	2927 (40%) CSP clauses are encoded (46201 clauses, 727360 bytes)
1.90/2.08	c 2	3659 (50%) CSP clauses are encoded (54725 clauses, 867979 bytes)
1.99/2.11	c 2	4391 (60%) CSP clauses are encoded (63453 clauses, 1025205 bytes)
1.99/2.13	c 2	5122 (70%) CSP clauses are encoded (71986 clauses, 1185552 bytes)
1.99/2.15	c 2	5854 (80%) CSP clauses are encoded (80681 clauses, 1350371 bytes)
1.99/2.17	c 3	6586 (90%) CSP clauses are encoded (89393 clauses, 1515973 bytes)
2.09/2.23	c 3	7317 (100%) CSP clauses are encoded (116525 clauses, 2065924 bytes)
2.09/2.23	c 3	7317 CSP clauses encoded
2.09/2.23	c 3	Writing map file : HOME/temp.map
2.09/2.28	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.28	c 3	SAT : 18142 SAT variables, 116525 SAT clauses, 2065924 bytes
2.09/2.28	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.16/2.34	c 3	OBJECTIVE minimize _COST
2.16/2.34	c 3	SOLVING HOME/temp.cnf
2.16/2.34	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.16/2.34	c 3	This is MiniSat 2.0 beta incremental
2.16/2.34	c 3	WARNING: for repeatability, setting FPU to use double precision
2.16/2.34	c 3	============================[ Problem Statistics ]=============================
2.16/2.34	c 3	|                                                                             |
2.16/2.34	c 3	|  Number of variables:  18142                                                |
2.16/2.34	c 3	|  Number of clauses:    116525                                               |
2.19/2.40	c 3	|  Parsing time:         0.05         s                                       |
2.19/2.41	c 3	OK
2.19/2.41	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.19/2.41	c 3	SEARCHING: _COST <= 61
2.19/2.41	c 3	============================[ Search Statistics ]==============================
2.19/2.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.19/2.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.19/2.41	c 3	===============================================================================
2.19/2.41	c 3	|         0 |   18142   116525   304695 |    38841        0    nan |  0.000 % |
2.19/2.42	c 3	===============================================================================
2.19/2.42	c 3	restarts              : 1
2.19/2.42	c 3	conflicts             : 0             (0 /sec)
2.19/2.42	c 3	decisions             : 192           (0.00 % random) (2743 /sec)
2.19/2.42	c 3	propagations          : 18142          (259212 /sec)
2.19/2.42	c 3	conflict literals     : 0              ( nan % deleted)
2.19/2.42	c 3	Memory used           : 7.61 MB
2.19/2.42	c 3	CPU time              : 0.069989 s
2.19/2.42	c 3	
2.19/2.42	c 3	SATISFIABLE
2.19/2.43	c 3	OK
2.19/2.43	c 3	FOUND: _COST <= 61
2.19/2.43	s SATISFIABLE
2.19/2.43	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.19/2.43	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.19/2.51	c 3	Decoding HOME/temp.out
2.19/2.88	c 3	OBJECTIVE _COST 61
2.19/2.88	o 61
2.19/2.97	v 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 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 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0
2.19/2.97	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.20/3.00	c 3	OK
2.20/3.00	c 3	OBJECTIVE BOUND: 0 <= _COST <= 61
2.20/3.00	c 3	SEARCHING: _COST <= 30
2.20/3.02	c 3	============================[ Search Statistics ]==============================
2.20/3.02	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/3.02	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/3.02	c 3	===============================================================================
2.20/3.02	c 3	|         0 |   18142   116525   304695 |    38841        0    nan |  0.000 % |
2.20/3.02	c 3	===============================================================================
2.20/3.02	c 3	restarts              : 2
2.20/3.02	c 3	conflicts             : 0             (0 /sec)
2.20/3.02	c 3	decisions             : 758           (0.79 % random) (8815 /sec)
2.20/3.02	c 3	propagations          : 36284          (421976 /sec)
2.20/3.02	c 3	conflict literals     : 0              ( nan % deleted)
2.20/3.02	c 3	Memory used           : 7.61 MB
2.20/3.02	c 3	CPU time              : 0.085986 s
2.20/3.02	c 3	
2.20/3.02	c 3	SATISFIABLE
2.20/3.02	c 3	OK
2.20/3.02	c 3	FOUND: _COST <= 30
2.20/3.02	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.20/3.02	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.73/3.10	c 3	Decoding HOME/temp.out
3.18/3.48	c 4	OBJECTIVE _COST 30
3.18/3.48	o 30
3.28/3.56	v 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
3.28/3.57	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.36/3.60	c 4	OK
3.36/3.60	c 4	OBJECTIVE BOUND: 0 <= _COST <= 30
3.36/3.60	c 4	SEARCHING: _COST <= 15
3.36/3.61	c 4	============================[ Search Statistics ]==============================
3.36/3.61	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.36/3.61	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.36/3.61	c 4	===============================================================================
3.36/3.61	c 4	|         0 |   17715   116525   304695 |    38841        0    nan |  0.000 % |
3.36/3.61	c 4	===============================================================================
3.36/3.61	c 4	restarts              : 3
3.36/3.61	c 4	conflicts             : 4             (40 /sec)
3.36/3.61	c 4	decisions             : 1295          (0.85 % random) (12952 /sec)
3.36/3.61	c 4	propagations          : 54847          (548558 /sec)
3.36/3.61	c 4	conflict literals     : 30             (9.09 % deleted)
3.36/3.61	c 4	Memory used           : 7.61 MB
3.36/3.61	c 4	CPU time              : 0.099984 s
3.36/3.61	c 4	
3.36/3.61	c 4	SATISFIABLE
3.36/3.62	c 4	OK
3.36/3.62	c 4	FOUND: _COST <= 15
3.36/3.62	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.36/3.62	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.36/3.70	c 4	Decoding HOME/temp.out
3.38/3.99	c 4	OBJECTIVE _COST 15
3.38/3.99	o 15
3.38/4.08	v 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3.38/4.08	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.38/4.09	c 4	OK
3.38/4.09	c 4	OBJECTIVE BOUND: 0 <= _COST <= 15
3.38/4.09	c 4	SEARCHING: _COST <= 7
3.86/4.11	c 4	============================[ Search Statistics ]==============================
3.86/4.11	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.86/4.11	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.86/4.11	c 4	===============================================================================
3.86/4.11	c 4	|         4 |   17465   116525   304695 |    38841        4      8 |  0.000 % |
3.86/4.11	c 4	===============================================================================
3.86/4.11	c 4	restarts              : 4
3.86/4.11	c 4	conflicts             : 4             (34 /sec)
3.86/4.11	c 4	decisions             : 1972          (1.17 % random) (16857 /sec)
3.86/4.11	c 4	propagations          : 72312          (618146 /sec)
3.86/4.11	c 4	conflict literals     : 30             (9.09 % deleted)
3.86/4.11	c 4	Memory used           : 7.73 MB
3.86/4.11	c 4	CPU time              : 0.116982 s
3.86/4.11	c 4	
3.86/4.11	c 4	SATISFIABLE
3.86/4.11	c 4	OK
3.86/4.11	c 4	FOUND: _COST <= 7
3.86/4.11	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.86/4.11	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.86/4.19	c 5	Decoding HOME/temp.out
4.03/4.38	c 5	OBJECTIVE _COST 7
4.03/4.38	o 7
4.13/4.46	v 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1
4.13/4.46	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.13/4.48	c 5	OK
4.13/4.48	c 5	OBJECTIVE BOUND: 0 <= _COST <= 7
4.13/4.48	c 5	SEARCHING: _COST <= 3
4.13/4.49	c 5	============================[ Search Statistics ]==============================
4.13/4.49	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.13/4.49	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.13/4.49	c 5	===============================================================================
4.13/4.49	c 5	|         4 |   17298   116525   304695 |    38841        4      8 |  0.000 % |
4.22/4.50	c 5	|       104 |   17189   116525   304695 |    42725      104     33 |  5.501 % |
4.22/4.52	c 5	|       254 |   17185   116525   304695 |    46998      254     43 |  5.501 % |
4.22/4.55	c 5	|       480 |   17185   116525   304695 |    51698      480     36 |  5.501 % |
4.32/4.61	c 5	|       817 |   17185   116525   304695 |    56868      817     45 |  5.501 % |
4.32/4.68	c 5	|      1323 |   17144    97116   249347 |    62554     1323     44 |  5.501 % |
4.42/4.78	c 5	|      2082 |   17144    97116   249347 |    68810     2082     43 |  5.501 % |
4.62/4.93	c 5	|      3223 |   17144    97116   249347 |    75691     3223     45 |  5.501 % |
4.91/5.22	c 6	|      4934 |   17144    97116   249347 |    83260     4934     53 |  5.501 % |
5.41/5.73	c 6	|      7496 |   17144    97116   249347 |    91586     7496     61 |  5.501 % |
5.90/6.28	c 7	|     11342 |   17144    97116   249347 |   100745    11342     58 |  5.501 % |
6.90/7.27	c 8	|     17112 |   17144    97116   249347 |   110819    17112     58 |  5.501 % |
10.46/10.86	c 11	|     25761 |   17144    97116   249347 |   121901    25761     88 |  5.501 % |
14.82/15.28	c 16	|     38735 |   17144    97116   249347 |   134091    38735     83 |  5.501 % |
25.91/26.46	c 27	|     58196 |   17144    97116   249347 |   147501    58196     89 |  5.501 % |
45.13/45.80	c 46	|     87388 |   17144    97116   249347 |   162251    87388     90 |  5.501 % |
81.78/82.84	c 83	|    131178 |   17144    97116   249347 |   178476   131178     89 |  5.501 % |
140.02/141.63	c 142	|    196864 |   17144    97116   249347 |   196324    18097    106 |  5.501 % |
297.12/300.25	c 301	|    295390 |   17144    97116   249347 |   215956   116623    156 |  5.501 % |
468.59/473.39	c 474	|    443179 |   17144    97116   249347 |   237552    51364     85 |  5.501 % |
1178.90/1190.43	c 1191	|    664863 |   17144    97116   249347 |   261307    40469    164 |  5.501 % |
1832.06/1849.88	c 1850	|    997390 |   17144    97116   249347 |   287438   112210    100 |  5.501 % |
3025.83/3046.82	c 3047	|   1496178 |   17144    97116   249347 |   316181    46606    124 |  5.501 % |
3600.07/3621.31	c ERROR INTERRUPTED
3600.07/3621.34	c 3622	CPU 3599.18 (0.08 0.05 3599.1 0.88)
3600.07/3621.34	c 3622	END Sat Jul 12 00:28:22 2008

Verifier Data (download as text)

OK	5	117
5 unsatisfied constraints, 117 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109821-1215811680/watcher-1109821-1215811680 -o /tmp/evaluation-result-1109821-1215811680/solver-1109821-1215811680 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109821-1215811680.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.90 4/81 15611
/proc/meminfo: memFree=1822616/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=12268 CPUtime=0
/proc/15611/stat : 15611 (sugar++) R 15609 15611 15121 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37866452 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217051462422 0 0 4224 0 0 0 0 17 1 0 0
/proc/15611/statm: 3067 316 241 3 0 167 0

[startup+0.081699 s]
/proc/loadavg: 1.92 1.98 1.90 4/81 15611
/proc/meminfo: memFree=1822616/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16740 CPUtime=0.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 37866452 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102561 s]
/proc/loadavg: 1.92 1.98 1.90 4/81 15611
/proc/meminfo: memFree=1822616/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16740 CPUtime=0.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37866452 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302535 s]
/proc/loadavg: 1.92 1.98 1.90 4/81 15611
/proc/meminfo: memFree=1822616/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16740 CPUtime=0.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37866452 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702612 s]
/proc/loadavg: 1.92 1.98 1.90 4/81 15611
/proc/meminfo: memFree=1822616/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16740 CPUtime=0.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 37866452 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50177 s]
/proc/loadavg: 1.92 1.98 1.90 4/92 15633
/proc/meminfo: memFree=1813760/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16740 CPUtime=0.64
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1296 4794 0 1 5 2 53 4 15 0 1 0 37866452 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4185 1104 409 3 0 764 0
[pid=15624] ppid=15611 vsize=5356 CPUtime=0
/proc/15624/stat : 15624 (sh) S 15611 15611 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37866523 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15624/statm: 1339 233 193 169 0 50 0
[pid=15625] ppid=15624 vsize=868412 CPUtime=0.77
/proc/15625/stat : 15625 (java) S 15624 15611 15121 0 -1 0 5397 0 1 0 74 3 0 0 18 0 9 0 37866524 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15625/statm: 217103 4814 1732 9 0 211678 0
[pid=15625/tid=15626] ppid=15624 vsize=868412 CPUtime=0.52
/proc/15625/task/15626/stat : 15626 (java) R 15624 15611 15121 0 -1 64 2648 0 1 0 51 1 0 0 21 0 9 0 37866525 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15627] ppid=15624 vsize=868412 CPUtime=0.03
/proc/15625/task/15627/stat : 15627 (java) R 15624 15611 15121 0 -1 64 588 0 0 0 3 0 0 0 16 0 9 0 37866526 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 104185433 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15624 vsize=868412 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15624 15611 15121 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 37866526 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15629] ppid=15624 vsize=868412 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15624 15611 15121 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 37866526 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15624 vsize=868412 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15624 15611 15121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37866528 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15631] ppid=15624 vsize=868412 CPUtime=0.2
/proc/15625/task/15631/stat : 15631 (java) S 15624 15611 15121 0 -1 64 1469 0 0 0 19 1 0 0 16 0 9 0 37866528 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15632] ppid=15624 vsize=868412 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15624 15611 15121 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37866528 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15625/tid=15633] ppid=15624 vsize=868412 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15624 15611 15121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37866528 889253888 4814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890508

[startup+3.10108 s]
/proc/loadavg: 1.92 1.98 1.90 3/92 15633
/proc/meminfo: memFree=1801728/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=2.73
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1582 16607 0 3 6 3 249 15 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 16868

[startup+6.30169 s]
/proc/loadavg: 2.01 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1808840/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 15 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=10688 CPUtime=1.93
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 2589 0 0 0 192 1 0 0 25 0 1 0 37866686 10944512 2528 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 2672 2528 80 151 0 2518 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 27556

[startup+12.7019 s]
/proc/loadavg: 2.01 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1798536/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=20108 CPUtime=8.27
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 4937 0 0 0 824 3 0 0 25 0 1 0 37866686 20590592 4876 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 5027 4876 80 151 0 4873 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 36976

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1787400/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=30776 CPUtime=20.95
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 7621 0 0 0 2090 5 0 0 25 0 1 0 37866686 31514624 7560 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 7694 7560 80 151 0 7540 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 47644

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1770184/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=48488 CPUtime=46.31
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 11983 0 0 0 4623 8 0 0 25 0 1 0 37866686 49651712 11922 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 12122 11922 80 151 0 11968 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 65356

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=73736 CPUtime=97.03
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 18257 0 0 0 9689 14 0 0 25 0 1 0 37866686 75505664 18196 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 18434 18196 80 151 0 18280 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 90604

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1730760/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=87356 CPUtime=156.46
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 21665 0 0 0 15629 17 0 0 25 0 1 0 37866686 89452544 21604 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 21839 21604 80 151 0 21685 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 104224

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1730696/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=87356 CPUtime=215.89
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 21665 0 0 0 21572 17 0 0 25 0 1 0 37866686 89452544 21604 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 21839 21604 80 151 0 21685 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 104224

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1728008/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=90236 CPUtime=275.32
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 22387 0 0 0 27514 18 0 0 25 0 1 0 37866686 92401664 22326 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/15634/statm: 22559 22326 80 151 0 22405 0
Current children cumulated CPU time (s) 279.39
Current children cumulated vsize (KiB) 107104

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15674
/proc/meminfo: memFree=1701576/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=116716 CPUtime=334.76
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 28945 0 0 0 33451 25 0 0 25 0 1 0 37866686 119517184 28884 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0

################
# More data... #
################

[pid=15634] ppid=15611 vsize=214236 CPUtime=2897.31
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 53366 0 0 0 289678 53 0 0 25 0 1 0 37866686 219377664 53007 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 53559 53007 80 151 0 53405 0
Current children cumulated CPU time (s) 2901.38
Current children cumulated vsize (KiB) 231104

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15721
/proc/meminfo: memFree=1647688/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=222452 CPUtime=2957.29
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 55424 0 0 0 295673 56 0 0 25 0 1 0 37866686 227790848 55065 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 55613 55065 80 151 0 55459 0
Current children cumulated CPU time (s) 2961.36
Current children cumulated vsize (KiB) 239320

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15721
/proc/meminfo: memFree=1642248/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3017.26
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 301668 58 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134528731 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3021.33
Current children cumulated vsize (KiB) 244688

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15723
/proc/meminfo: memFree=1641992/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3077.23
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 307665 58 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3081.3
Current children cumulated vsize (KiB) 244688

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15723
/proc/meminfo: memFree=1641608/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3137.2
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 313662 58 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3141.27
Current children cumulated vsize (KiB) 244688

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15723
/proc/meminfo: memFree=1641608/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3197.17
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 319659 58 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3201.24
Current children cumulated vsize (KiB) 244688

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 15723
/proc/meminfo: memFree=1641608/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3257.15
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 325657 58 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3261.22
Current children cumulated vsize (KiB) 244688

[startup+3342.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/83 15723
/proc/meminfo: memFree=1641544/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3317.13
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56761 0 0 0 331654 59 0 0 25 0 1 0 37866686 233287680 56402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56402 80 151 0 56801 0
Current children cumulated CPU time (s) 3321.2
Current children cumulated vsize (KiB) 244688

[startup+3402.31 s]
/proc/loadavg: 2.02 2.01 1.92 3/83 15723
/proc/meminfo: memFree=1641416/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3377.11
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56762 0 0 0 337652 59 0 0 25 0 1 0 37866686 233287680 56403 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56403 80 151 0 56801 0
Current children cumulated CPU time (s) 3381.18
Current children cumulated vsize (KiB) 244688

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 15723
/proc/meminfo: memFree=1641288/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3437.07
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56762 0 0 0 343648 59 0 0 25 0 1 0 37866686 233287680 56403 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56403 80 151 0 56801 0
Current children cumulated CPU time (s) 3441.14
Current children cumulated vsize (KiB) 244688

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 15723
/proc/meminfo: memFree=1641288/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=227820 CPUtime=3497.04
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56762 0 0 0 349645 59 0 0 25 0 1 0 37866686 233287680 56403 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 56955 56403 80 151 0 56801 0
Current children cumulated CPU time (s) 3501.11
Current children cumulated vsize (KiB) 244688

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 15723
/proc/meminfo: memFree=1641224/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=228428 CPUtime=3557.01
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56772 0 0 0 355642 59 0 0 25 0 1 0 37866686 233910272 56413 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 57107 56413 80 151 0 56953 0
Current children cumulated CPU time (s) 3561.08
Current children cumulated vsize (KiB) 245296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 15723
/proc/meminfo: memFree=1641224/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=228428 CPUtime=3596
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56783 0 0 0 359541 59 0 0 25 0 1 0 37866686 233910272 56424 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 57107 56424 80 151 0 56953 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 245296

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3621.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 15723
/proc/meminfo: memFree=1641224/2055920 swapFree=4192812/4192956
[pid=15611] ppid=15609 vsize=16868 CPUtime=4.07
/proc/15611/stat : 15611 (sugar++) S 15609 15611 15121 0 -1 4194304 1767 28653 0 6 8 5 369 25 16 0 1 0 37866452 17272832 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15611/statm: 4217 1117 414 3 0 796 0
[pid=15634] ppid=15611 vsize=228428 CPUtime=3596
/proc/15634/stat : 15634 (minisat-inc) R 15611 15611 15121 0 -1 4194304 56783 0 0 0 359541 59 0 0 25 0 1 0 37866686 233910272 56424 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 57107 56424 80 151 0 56953 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 245296

Child status: 0
Real time (s): 3621.34
CPU time (s): 3600.14
CPU user time (s): 3599.19
CPU system time (s): 0.947855
CPU usage (%): 99.4146
Max. virtual memory (cumulated for all children) (KiB): 890620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.19
system time used= 0.947855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87281
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11456
involuntary context switches= 103582

runsolver used 4.87626 second user time and 11.2103 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-11 23:28:00
IDJOB=1109821
IDBENCH=61019
IDSOLVER=367
FILE ID=node59/1109821-1215811680
PBS_JOBID= 7903271
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-31.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109821-1215811680/watcher-1109821-1215811680 -o /tmp/evaluation-result-1109821-1215811680/solver-1109821-1215811680 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109821-1215811680.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b56d5b42aa2f049bd6f0c4aec0b2e58
RANDOM SEED=1110530255

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.268
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.268
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:       1823096 kB
Buffers:         15888 kB
Cached:          55036 kB
SwapCached:          0 kB
Active:         151920 kB
Inactive:        30116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:         131268 kB
Slab:            35652 kB
Committed_AS:   277732 kB
PageTables:       2140 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= 66500 MiB
End job on node59 at 2008-07-12 00:28:24