Trace number 1114460

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+minisatOPTIMUM1 186.861 188.895

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-10_ext.xml
MD5SUM1ac6bf6bb51b42f0085f325a1bbfbd20
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark186.861
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
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.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Sun Jul 13 00:44:32 2008
0.01/0.12	c 0	PID 19107
0.01/0.13	c 0	HOST node19.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1114460-1215902672.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114460-1215902672.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 40 variables, 0 predicates, 250 relations, 250 constraints
0.03/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.78	c 1	Parsing HOME/temp.csp
1.05/1.23	c 1	parsed 541 expressions
1.05/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.24	c 1	MAX CSP: 250 constraints
1.05/1.24	c 1	Converting to clausal form CSP
1.05/1.27	c 1	converted 80 (10%) expressions
1.05/1.27	c 1	converted 159 (20%) expressions
1.05/1.27	c 1	converted 239 (30%) expressions
1.15/1.30	c 1	converted 318 (40%) expressions
1.15/1.32	c 1	converted 397 (50%) expressions
1.15/1.33	c 1	converted 477 (60%) expressions
1.15/1.34	c 1	converted 556 (70%) expressions
1.25/1.40	c 1	converted 636 (80%) expressions
1.25/1.41	c 1	converted 715 (90%) expressions
1.35/1.56	c 2	converted 794 (100%) expressions
1.35/1.56	c 2	CSP : 540 integers, 0 booleans, 749 clauses, largest domain size 376
1.35/1.57	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.57	c 2	Propagation in CSP
1.35/1.60	c 2	244 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.35/1.60	c 2	CSP : 540 integers, 0 booleans, 749 clauses, largest domain size 251
1.35/1.60	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.60	c 2	Simplifing CSP by introducing new Boolean variables
1.45/1.60	c 2	CSP : 540 integers, 0 booleans, 749 clauses, largest domain size 251
1.45/1.60	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.65	c 2	54 (10%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.45/1.65	c 2	108 (20%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.45/1.65	c 2	162 (30%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.45/1.65	c 2	216 (40%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.45/1.66	c 2	270 (50%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.45/1.66	c 2	324 (60%) CSP integer variables are encoded (940 clauses, 10665 bytes)
1.45/1.66	c 2	378 (70%) CSP integer variables are encoded (1195 clauses, 13980 bytes)
1.45/1.66	c 2	432 (80%) CSP integer variables are encoded (3113 clauses, 38914 bytes)
1.45/1.67	c 2	486 (90%) CSP integer variables are encoded (3396 clauses, 42593 bytes)
1.45/1.67	c 2	540 (100%) CSP integer variables are encoded (3811 clauses, 47988 bytes)
1.55/1.74	c 2	75 (10%) CSP clauses are encoded (7808 clauses, 133649 bytes)
1.55/1.76	c 2	150 (20%) CSP clauses are encoded (11782 clauses, 226783 bytes)
1.55/1.79	c 2	225 (30%) CSP clauses are encoded (15746 clauses, 319652 bytes)
1.66/1.81	c 2	300 (40%) CSP clauses are encoded (17550 clauses, 358246 bytes)
1.66/1.82	c 2	375 (50%) CSP clauses are encoded (21713 clauses, 432014 bytes)
1.66/1.86	c 2	450 (60%) CSP clauses are encoded (40010 clauses, 753998 bytes)
1.76/1.94	c 2	525 (70%) CSP clauses are encoded (84460 clauses, 1568255 bytes)
1.76/1.95	c 2	600 (80%) CSP clauses are encoded (86022 clauses, 1594842 bytes)
1.76/1.96	c 2	675 (90%) CSP clauses are encoded (89471 clauses, 1655855 bytes)
1.76/1.98	c 2	749 (100%) CSP clauses are encoded (101677 clauses, 1876339 bytes)
1.76/1.98	c 2	749 CSP clauses encoded
1.76/1.98	c 2	Writing map file : HOME/temp.map
1.76/1.99	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.76/1.99	c 2	SAT : 4351 SAT variables, 101677 SAT clauses, 1876339 bytes
1.76/1.99	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/2.01	c 2	OBJECTIVE minimize _COST
1.84/2.04	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.84/2.04	c 2	SEARCHING: _COST <= 125
1.84/2.04	c 2	SOLVING HOME/temp.cnf
1.84/2.04	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.84/2.04	c 2	This is MiniSat 2.0 beta
1.84/2.04	c 2	WARNING: for repeatability, setting FPU to use double precision
1.84/2.04	c 2	============================[ Problem Statistics ]=============================
1.84/2.04	c 2	|                                                                             |
1.84/2.04	c 2	|  Number of variables:  4351                                                 |
1.84/2.04	c 2	|  Number of clauses:    101678                                               |
1.84/2.09	c 2	|  Parsing time:         0.05         s                                       |
1.91/2.11	c 2	============================[ Search Statistics ]==============================
1.91/2.11	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/2.11	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/2.11	c 2	===============================================================================
1.91/2.11	c 2	|         0 |    3351    70250   225048 |    23416        0    nan |  0.000 % |
1.91/2.12	c 2	===============================================================================
1.91/2.12	c 2	restarts              : 1
1.91/2.12	c 2	conflicts             : 6              (86 /sec)
1.91/2.12	c 2	decisions             : 65             (0.00 % random) (929 /sec)
1.91/2.12	c 2	propagations          : 4723           (67482 /sec)
1.91/2.12	c 2	conflict literals     : 71             (7.79 % deleted)
1.91/2.12	c 2	Memory used           : 6.27 MB
1.91/2.12	c 2	CPU time              : 0.069989 s
1.91/2.12	c 2	
1.91/2.12	c 2	SATISFIABLE
1.91/2.12	c 2	FOUND: _COST <= 125
1.91/2.12	s SATISFIABLE
1.91/2.12	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.91/2.12	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.94/2.20	c 2	Decoding HOME/temp.out
1.94/2.29	c 2	OBJECTIVE _COST 125
1.94/2.29	o 125
1.94/2.29	v 13 15 12 0 14 15 12 5 3 10 5 15 6 14 6 12 8 3 11 13 15 14 15 8 15 15 15 14 11 15 15 15 15 14 15 15 15 15 15 15
1.94/2.29	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.94/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 125
1.94/2.34	c 2	SEARCHING: _COST <= 62
1.94/2.34	c 2	SOLVING HOME/temp.cnf
1.94/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.94/2.34	c 2	This is MiniSat 2.0 beta
1.94/2.34	c 2	WARNING: for repeatability, setting FPU to use double precision
1.94/2.34	c 2	============================[ Problem Statistics ]=============================
1.94/2.34	c 2	|                                                                             |
1.94/2.34	c 2	|  Number of variables:  4351                                                 |
1.94/2.34	c 2	|  Number of clauses:    101678                                               |
2.12/2.40	c 2	|  Parsing time:         0.05         s                                       |
2.12/2.42	c 2	============================[ Search Statistics ]==============================
2.12/2.42	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.42	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.42	c 2	===============================================================================
2.12/2.42	c 2	|         0 |    2782    50779   168279 |    16926        0    nan |  0.000 % |
2.12/2.43	c 3	===============================================================================
2.12/2.43	c 3	restarts              : 1
2.12/2.43	c 3	conflicts             : 35             (455 /sec)
2.12/2.43	c 3	decisions             : 72             (0.00 % random) (935 /sec)
2.12/2.43	c 3	propagations          : 7139           (92729 /sec)
2.12/2.43	c 3	conflict literals     : 1194           (10.63 % deleted)
2.12/2.43	c 3	Memory used           : 6.27 MB
2.12/2.43	c 3	CPU time              : 0.076988 s
2.12/2.43	c 3	
2.12/2.43	c 3	SATISFIABLE
2.12/2.43	c 3	FOUND: _COST <= 62
2.12/2.43	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.12/2.43	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.21/2.51	c 3	Decoding HOME/temp.out
2.21/2.59	c 3	OBJECTIVE _COST 62
2.21/2.59	o 62
2.21/2.59	v 10 5 14 9 15 10 15 8 8 11 12 3 10 11 3 5 3 15 9 13 4 14 5 11 12 13 15 7 9 9 13 10 7 13 14 7 15 15 15 15
2.21/2.59	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.64	c 3	OBJECTIVE BOUND: 0 <= _COST <= 62
2.21/2.64	c 3	SEARCHING: _COST <= 31
2.21/2.64	c 3	SOLVING HOME/temp.cnf
2.21/2.64	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.21/2.64	c 3	This is MiniSat 2.0 beta
2.21/2.64	c 3	WARNING: for repeatability, setting FPU to use double precision
2.21/2.64	c 3	============================[ Problem Statistics ]=============================
2.21/2.64	c 3	|                                                                             |
2.21/2.65	c 3	|  Number of variables:  4351                                                 |
2.21/2.65	c 3	|  Number of clauses:    101678                                               |
2.40/2.70	c 3	|  Parsing time:         0.05         s                                       |
2.40/2.72	c 3	============================[ Search Statistics ]==============================
2.40/2.72	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.40/2.72	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.40/2.72	c 3	===============================================================================
2.40/2.72	c 3	|         0 |    2408    35645   123968 |    11881        0    nan |  0.000 % |
2.40/2.74	c 3	|       101 |    2408    35645   123968 |    13069      101     42 | 44.656 % |
2.40/2.76	c 3	|       251 |    2408    35645   123968 |    14376      251     30 | 44.656 % |
2.40/2.79	c 3	|       476 |    2408    35645   123968 |    15814      476     34 | 44.656 % |
2.40/2.83	c 3	|       814 |    2408    35645   123968 |    17395      814     30 | 44.656 % |
2.40/2.85	c 3	===============================================================================
2.40/2.85	c 3	restarts              : 5
2.40/2.85	c 3	conflicts             : 987            (5062 /sec)
2.40/2.85	c 3	decisions             : 1353           (0.96 % random) (6940 /sec)
2.40/2.85	c 3	propagations          : 263306         (1350495 /sec)
2.40/2.85	c 3	conflict literals     : 33138          (25.56 % deleted)
2.40/2.85	c 3	Memory used           : 6.27 MB
2.40/2.85	c 3	CPU time              : 0.19497 s
2.40/2.85	c 3	
2.40/2.85	c 3	SATISFIABLE
2.40/2.85	c 3	FOUND: _COST <= 31
2.40/2.85	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.40/2.85	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.61/2.93	c 3	Decoding HOME/temp.out
2.61/3.00	c 3	OBJECTIVE _COST 31
2.61/3.00	o 31
2.61/3.00	v 15 7 15 6 15 11 13 8 15 5 10 8 15 2 13 15 0 13 9 9 7 15 12 13 15 2 15 11 15 11 14 12 8 3 5 8 9 15 7 15
2.61/3.00	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/3.01	c 3	OBJECTIVE BOUND: 0 <= _COST <= 31
2.61/3.01	c 3	SEARCHING: _COST <= 15
2.61/3.01	c 3	SOLVING HOME/temp.cnf
2.61/3.01	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.61/3.02	c 3	This is MiniSat 2.0 beta
2.61/3.02	c 3	WARNING: for repeatability, setting FPU to use double precision
2.61/3.02	c 3	============================[ Problem Statistics ]=============================
2.61/3.02	c 3	|                                                                             |
2.61/3.02	c 3	|  Number of variables:  4351                                                 |
2.61/3.02	c 3	|  Number of clauses:    101678                                               |
2.61/3.08	c 3	|  Parsing time:         0.05         s                                       |
2.61/3.10	c 3	============================[ Search Statistics ]==============================
2.61/3.10	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.61/3.10	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.61/3.10	c 3	===============================================================================
2.61/3.10	c 3	|         0 |    2094    26031    96052 |     8677        0    nan |  0.000 % |
2.77/3.11	c 3	|       100 |    2094    26031    96052 |     9544      100     32 | 51.873 % |
2.77/3.13	c 3	|       250 |    2094    26031    96052 |    10499      250     31 | 51.873 % |
2.77/3.16	c 3	|       475 |    2094    26031    96052 |    11549      475     34 | 51.873 % |
2.94/3.21	c 3	|       812 |    2094    26031    96052 |    12703      812     29 | 51.873 % |
2.94/3.27	c 3	|      1318 |    2094    26031    96052 |    13974     1318     28 | 51.873 % |
3.04/3.37	c 3	|      2078 |    2094    26031    96052 |    15371     2078     26 | 51.873 % |
3.23/3.53	c 4	|      3218 |    2094    26031    96052 |    16909     3218     28 | 51.873 % |
3.43/3.78	c 4	|      4926 |    2094    26031    96052 |    18599     4926     29 | 51.873 % |
3.83/4.19	c 4	|      7489 |    2094    26031    96052 |    20459     7489     30 | 51.873 % |
4.61/4.92	c 5	|     11334 |    2094    26031    96052 |    22505    11334     32 | 51.873 % |
5.81/6.11	c 6	|     17100 |    2094    26031    96052 |    24756    17100     34 | 51.873 % |
7.99/8.34	c 8	|     25749 |    2094    26031    96052 |    27232    25749     33 | 51.873 % |
11.35/11.76	c 12	|     38723 |    2094    26031    96052 |    29955    20913     34 | 51.873 % |
17.10/17.59	c 18	|     58184 |    2094    26031    96052 |    32950    19661     33 | 51.873 % |
26.60/27.10	c 27	|     87377 |    2094    26031    96052 |    36245    25742     32 | 51.873 % |
29.67/30.22	c 30	===============================================================================
29.67/30.22	c 30	restarts              : 16
29.67/30.22	c 30	conflicts             : 97072          (3606 /sec)
29.67/30.22	c 30	decisions             : 107311         (0.72 % random) (3986 /sec)
29.67/30.22	c 30	propagations          : 27820686       (1033346 /sec)
29.67/30.22	c 30	conflict literals     : 3332341        (34.17 % deleted)
29.67/30.22	c 30	Memory used           : 11.26 MB
29.67/30.22	c 30	CPU time              : 26.9229 s
29.67/30.22	c 30	
29.67/30.23	c 30	SATISFIABLE
29.67/30.23	c 30	FOUND: _COST <= 15
29.67/30.23	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.67/30.23	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.71/30.31	c 30	Decoding HOME/temp.out
29.71/30.37	c 30	OBJECTIVE _COST 15
29.71/30.37	o 15
29.71/30.38	v 7 14 4 14 15 8 1 4 15 1 9 11 15 12 11 7 15 15 13 3 2 15 0 15 5 13 15 13 15 6 6 2 0 4 1 8 14 15 14 7
29.71/30.38	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
29.71/30.39	c 30	OBJECTIVE BOUND: 0 <= _COST <= 15
29.71/30.39	c 30	SEARCHING: _COST <= 7
29.71/30.39	c 30	SOLVING HOME/temp.cnf
29.71/30.39	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.71/30.39	c 30	This is MiniSat 2.0 beta
29.71/30.39	c 30	WARNING: for repeatability, setting FPU to use double precision
29.71/30.39	c 30	============================[ Problem Statistics ]=============================
29.71/30.39	c 30	|                                                                             |
29.71/30.40	c 30	|  Number of variables:  4351                                                 |
29.71/30.40	c 30	|  Number of clauses:    101678                                               |
29.87/30.45	c 31	|  Parsing time:         0.05         s                                       |
29.87/30.47	c 31	============================[ Search Statistics ]==============================
29.87/30.47	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.87/30.47	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.87/30.47	c 31	===============================================================================
29.87/30.47	c 31	|         0 |    1796    20461    80228 |     6820        0    nan |  0.000 % |
29.87/30.49	c 31	|       101 |    1796    20461    80228 |     7502      101     34 | 58.722 % |
29.87/30.51	c 31	|       251 |    1796    20461    80228 |     8252      251     27 | 58.722 % |
29.87/30.54	c 31	|       476 |    1796    20461    80228 |     9077      476     27 | 58.722 % |
29.87/30.58	c 31	|       813 |    1796    20461    80228 |     9985      813     25 | 58.722 % |
29.87/30.64	c 31	|      1319 |    1796    20461    80228 |    10984     1319     25 | 58.722 % |
30.16/30.73	c 31	|      2078 |    1796    20461    80228 |    12082     2078     30 | 58.728 % |
30.35/30.90	c 31	|      3217 |    1796    20461    80228 |    13290     3217     30 | 58.722 % |
30.55/31.15	c 31	|      4925 |    1796    20461    80228 |    14619     4925     30 | 58.722 % |
30.95/31.54	c 32	|      7488 |    1796    20461    80228 |    16081     7488     30 | 58.722 % |
31.54/32.18	c 32	|     11332 |    1796    20461    80228 |    17690    11332     28 | 58.722 % |
32.63/33.21	c 33	|     17100 |    1796    20461    80228 |    19459    17100     27 | 58.722 % |
34.32/34.94	c 35	|     25750 |    1796    20461    80228 |    21405    14363     27 | 58.722 % |
37.19/37.81	c 38	|     38724 |    1796    20461    80228 |    23545    14523     34 | 58.722 % |
41.94/42.66	c 43	|     58186 |    1796    20461    80228 |    25900    19136     37 | 58.722 % |
50.16/50.92	c 51	|     87378 |    1796    20461    80228 |    28490    15745     28 | 58.722 % |
62.55/63.45	c 64	|    131167 |    1796    20461    80228 |    31339    22683     31 | 58.722 % |
69.77/70.74	c 71	===============================================================================
69.77/70.74	c 71	restarts              : 17
69.77/70.74	c 71	conflicts             : 156161         (3909 /sec)
69.77/70.75	c 71	decisions             : 170826         (0.83 % random) (4276 /sec)
69.77/70.75	c 71	propagations          : 47102158       (1179148 /sec)
69.77/70.75	c 71	conflict literals     : 5109215        (32.20 % deleted)
69.77/70.75	c 71	Memory used           : 11.08 MB
69.77/70.75	c 71	CPU time              : 39.9459 s
69.77/70.75	c 71	
69.77/70.75	c 71	SATISFIABLE
69.77/70.75	c 71	FOUND: _COST <= 7
69.77/70.75	c 71	DECODING HOME/temp.out WITH HOME/temp.map
69.77/70.75	c 71	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
69.85/70.84	c 71	Decoding HOME/temp.out
69.85/70.90	c 71	OBJECTIVE _COST 7
69.85/70.90	o 7
69.85/70.91	v 8 14 0 14 15 6 15 15 15 2 3 0 15 8 14 11 1 3 6 6 15 11 13 13 13 15 15 11 9 11 1 4 15 14 9 0 6 15 1 14
69.85/70.91	c 71	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
69.85/70.92	c 71	OBJECTIVE BOUND: 0 <= _COST <= 7
69.85/70.92	c 71	SEARCHING: _COST <= 3
69.85/70.92	c 71	SOLVING HOME/temp.cnf
69.85/70.92	c 71	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.85/70.92	c 71	This is MiniSat 2.0 beta
69.85/70.92	c 71	WARNING: for repeatability, setting FPU to use double precision
69.85/70.92	c 71	============================[ Problem Statistics ]=============================
69.85/70.92	c 71	|                                                                             |
69.85/70.92	c 71	|  Number of variables:  4351                                                 |
69.85/70.92	c 71	|  Number of clauses:    101678                                               |
69.85/70.98	c 71	|  Parsing time:         0.05         s                                       |
69.99/71.00	c 71	============================[ Search Statistics ]==============================
69.99/71.00	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.99/71.00	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.99/71.00	c 71	===============================================================================
69.99/71.00	c 71	|         0 |    1478    17105    71110 |     5701        0    nan |  0.000 % |
69.99/71.02	c 71	|       100 |    1478    17105    71110 |     6271      100     33 | 66.031 % |
69.99/71.03	c 71	|       250 |    1478    17105    71110 |     6899      250     38 | 66.031 % |
69.99/71.06	c 71	|       475 |    1478    17105    71110 |     7588      475     34 | 66.031 % |
69.99/71.10	c 71	|       813 |    1478    17105    71110 |     8347      813     28 | 66.031 % |
69.99/71.17	c 71	|      1319 |    1478    17105    71110 |     9182     1319     25 | 66.031 % |
69.99/71.27	c 71	|      2078 |    1478    17105    71110 |    10100     2078     25 | 66.031 % |
70.45/71.41	c 71	|      3217 |    1478    17105    71110 |    11110     3217     25 | 66.031 % |
70.64/71.66	c 72	|      4925 |    1478    17105    71110 |    12222     4925     26 | 66.031 % |
71.04/72.04	c 72	|      7488 |    1478    17105    71110 |    13444     7488     26 | 66.031 % |
71.73/72.71	c 73	|     11334 |    1478    17105    71110 |    14788    11334     31 | 66.031 % |
72.82/73.83	c 74	|     17100 |    1478    17105    71110 |    16267    17100     38 | 66.031 % |
74.71/75.74	c 76	|     25749 |    1478    17105    71110 |    17894    15912     44 | 66.031 % |
77.59/78.63	c 79	|     38723 |    1478    17105    71110 |    19683    18041     36 | 66.031 % |
82.14/83.25	c 83	|     58184 |    1478    17105    71110 |    21652    14184     44 | 66.031 % |
89.08/90.23	c 90	|     87376 |    1478    17105    71110 |    23817    18240     34 | 66.031 % |
100.96/102.28	c 102	===============================================================================
100.96/102.28	c 102	restarts              : 16
100.96/102.28	c 102	conflicts             : 130193         (4194 /sec)
100.96/102.28	c 102	decisions             : 147195         (0.83 % random) (4742 /sec)
100.96/102.28	c 102	propagations          : 30824929       (992966 /sec)
100.96/102.28	c 102	conflict literals     : 5105954        (28.56 % deleted)
100.96/102.28	c 102	Memory used           : 10.72 MB
100.96/102.28	c 102	CPU time              : 31.0433 s
100.96/102.28	c 102	
100.96/102.28	c 102	SATISFIABLE
100.96/102.28	c 102	FOUND: _COST <= 3
100.96/102.28	c 102	DECODING HOME/temp.out WITH HOME/temp.map
100.96/102.28	c 102	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
101.06/102.36	c 102	Decoding HOME/temp.out
101.06/102.43	c 103	OBJECTIVE _COST 3
101.06/102.43	o 3
101.06/102.43	v 5 1 14 8 15 1 15 15 15 13 7 6 2 14 15 11 12 1 11 15 15 13 9 13 2 12 3 13 9 11 1 4 4 14 9 0 7 1 4 0
101.06/102.44	c 103	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
101.06/102.44	c 103	OBJECTIVE BOUND: 0 <= _COST <= 3
101.06/102.44	c 103	SEARCHING: _COST <= 1
101.06/102.44	c 103	SOLVING HOME/temp.cnf
101.06/102.44	c 103	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
101.06/102.44	c 103	This is MiniSat 2.0 beta
101.06/102.44	c 103	WARNING: for repeatability, setting FPU to use double precision
101.06/102.44	c 103	============================[ Problem Statistics ]=============================
101.06/102.44	c 103	|                                                                             |
101.06/102.45	c 103	|  Number of variables:  4351                                                 |
101.06/102.45	c 103	|  Number of clauses:    101678                                               |
101.21/102.50	c 103	|  Parsing time:         0.05         s                                       |
101.21/102.53	c 103	============================[ Search Statistics ]==============================
101.21/102.53	c 103	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
101.21/102.53	c 103	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
101.21/102.53	c 103	===============================================================================
101.21/102.53	c 103	|         0 |    1100    14796    65315 |     4932        0    nan |  0.000 % |
101.21/102.54	c 103	|       100 |    1100    14796    65315 |     5425      100     35 | 74.718 % |
101.21/102.56	c 103	|       250 |    1100    14796    65315 |     5967      250     32 | 74.719 % |
101.21/102.59	c 103	|       476 |    1100    14796    65315 |     6564      476     31 | 74.719 % |
101.21/102.63	c 103	|       813 |    1100    14796    65315 |     7220      813     30 | 74.719 % |
101.21/102.68	c 103	|      1319 |    1100    14796    65315 |     7943     1319     33 | 74.719 % |
101.21/102.80	c 103	|      2078 |    1100    14796    65315 |     8737     2078     37 | 74.719 % |
101.21/102.95	c 103	|      3221 |    1100    14796    65315 |     9611     3221     37 | 74.719 % |
101.21/103.22	c 103	|      4929 |    1100    14796    65315 |    10572     4929     37 | 74.719 % |
102.34/103.63	c 104	|      7491 |    1100    14796    65315 |    11629     7491     37 | 74.719 % |
102.94/104.23	c 104	|     11335 |    1100    14796    65315 |    12792    11335     37 | 74.719 % |
104.03/105.33	c 105	|     17101 |    1100    14796    65315 |    14071     8996     37 | 74.719 % |
105.80/107.18	c 107	|     25750 |    1100    14796    65315 |    15478     8925     28 | 74.718 % |
108.39/109.74	c 110	|     38726 |    1100    14796    65315 |    17026    12456     28 | 74.719 % |
112.45/113.87	c 114	|     58187 |    1100    14796    65315 |    18729    11422     21 | 74.719 % |
118.79/120.22	c 120	|     87379 |    1100    14796    65315 |    20602    18261     44 | 74.719 % |
130.57/132.20	c 132	|    131168 |    1100    14796    65315 |    22662    13834     32 | 74.719 % |
134.84/136.43	c 137	===============================================================================
134.84/136.43	c 137	restarts              : 17
134.84/136.43	c 137	conflicts             : 147883         (4394 /sec)
134.84/136.43	c 137	decisions             : 169828         (1.13 % random) (5046 /sec)
134.84/136.43	c 137	propagations          : 31670757       (941101 /sec)
134.84/136.43	c 137	conflict literals     : 5399437        (28.54 % deleted)
134.84/136.43	c 137	Memory used           : 10.09 MB
134.84/136.43	c 137	CPU time              : 33.6529 s
134.84/136.43	c 137	
134.84/136.43	c 137	SATISFIABLE
134.84/136.44	c 137	FOUND: _COST <= 1
134.84/136.44	c 137	DECODING HOME/temp.out WITH HOME/temp.map
134.84/136.44	c 137	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
134.88/136.53	c 137	Decoding HOME/temp.out
134.89/136.61	c 137	OBJECTIVE _COST 1
134.89/136.61	o 1
134.89/136.61	v 6 14 4 1 13 4 7 4 4 2 10 2 15 11 11 7 4 6 5 6 6 8 12 7 7 11 15 11 9 7 12 10 7 15 10 8 5 5 14 15
134.89/136.61	c 137	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
134.89/136.64	c 137	OBJECTIVE BOUND: 0 <= _COST <= 1
134.89/136.64	c 137	SEARCHING: _COST <= 0
134.89/136.64	c 137	SOLVING HOME/temp.cnf
134.89/136.64	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
134.89/136.64	c 137	This is MiniSat 2.0 beta
134.89/136.64	c 137	WARNING: for repeatability, setting FPU to use double precision
134.89/136.64	c 137	============================[ Problem Statistics ]=============================
134.89/136.64	c 137	|                                                                             |
134.89/136.64	c 137	|  Number of variables:  4351                                                 |
134.89/136.64	c 137	|  Number of clauses:    101678                                               |
135.08/136.70	c 137	|  Parsing time:         0.05         s                                       |
135.08/136.72	c 137	============================[ Search Statistics ]==============================
135.08/136.72	c 137	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
135.08/136.72	c 137	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
135.08/136.72	c 137	===============================================================================
135.08/136.72	c 137	|         0 |     600    13799    62823 |     4599        0    nan |  0.000 % |
135.08/136.73	c 137	|       100 |     600    13799    62823 |     5059      100      9 | 86.210 % |
135.08/136.75	c 137	|       250 |     600    13799    62823 |     5565      250      9 | 86.210 % |
135.08/136.77	c 137	|       477 |     600    13799    62823 |     6122      477     10 | 86.210 % |
135.08/136.80	c 137	|       814 |     600    13799    62823 |     6734      814     10 | 86.210 % |
135.08/136.84	c 137	|      1320 |     600    13799    62823 |     7407     1320     10 | 86.210 % |
135.08/136.91	c 137	|      2080 |     600    13799    62823 |     8148     2080     11 | 86.210 % |
135.08/137.02	c 137	|      3219 |     600    13799    62823 |     8963     3219     12 | 86.210 % |
135.08/137.20	c 137	|      4928 |     600    13799    62823 |     9859     4928     12 | 86.210 % |
135.83/137.48	c 138	|      7491 |     600    13799    62823 |    10845     7491     12 | 86.210 % |
136.32/137.91	c 138	|     11335 |     600    13799    62823 |    11930    11335     13 | 86.210 % |
137.02/138.69	c 139	|     17103 |     600    13799    62823 |    13123     9199     13 | 86.210 % |
138.30/139.93	c 140	|     25752 |     600    13799    62823 |    14435     9358     12 | 86.210 % |
139.99/141.67	c 142	|     38726 |     600    13799    62823 |    15879    13163     15 | 86.210 % |
143.35/145.01	c 145	|     58187 |     600    13799    62823 |    17467    12845     14 | 86.210 % |
147.81/149.55	c 150	|     87381 |     598    13721    62503 |    19213    18709     14 | 86.256 % |
155.44/157.29	c 157	|    131170 |     598    13721    62503 |    21135    16326     16 | 86.256 % |
167.42/169.40	c 169	|    196855 |     598    13721    62503 |    23248    19496     14 | 86.256 % |
185.85/187.99	c 188	|    295382 |     567    12253    55901 |    25573     6600     10 | 86.969 % |
186.74/188.89	c 189	===============================================================================
186.74/188.89	c 189	restarts              : 19
186.74/188.89	c 189	conflicts             : 302017         (5836 /sec)
186.74/188.89	c 189	decisions             : 363374         (1.51 % random) (7022 /sec)
186.74/188.89	c 189	propagations          : 27323921       (528018 /sec)
186.74/188.89	c 189	conflict literals     : 4495520        (34.72 % deleted)
186.74/188.89	c 189	Memory used           : 8.15 MB
186.74/188.89	c 189	CPU time              : 51.7481 s
186.74/188.89	c 189	
186.74/188.89	c 189	UNSATISFIABLE
186.74/188.89	c 189	NOT FOUND: _COST <= 0
186.74/188.89	c 189	OBJECTIVE _COST 1
186.74/188.89	s OPTIMUM FOUND
186.74/188.89	c 189	CPU 186.4 (0.04 0.02 186.36 0.43)
186.74/188.89	c 189	END Sun Jul 13 00:47:41 2008

Verifier Data (download as text)

OK	1	249
1 unsatisfied constraints, 249 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-1114460-1215902672/watcher-1114460-1215902672 -o /tmp/evaluation-result-1114460-1215902672/solver-1114460-1215902672 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1114460-1215902672.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: 2.00 2.00 2.02 4/81 19107
/proc/meminfo: memFree=1928712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=18572 CPUtime=0
/proc/19107/stat : 19107 (runsolver) D 19105 19107 18565 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 46969438 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 255236566311 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19107/statm: 4643 292 257 25 0 2626 0

[startup+0.0778269 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 19107
/proc/meminfo: memFree=1928712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=12272 CPUtime=0
/proc/19107/stat : 19107 (sugar) R 19105 19107 18565 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 46969438 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 0 0 0 0 17 1 0 0
/proc/19107/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10144 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 19107
/proc/meminfo: memFree=1928712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=12676 CPUtime=0.01
/proc/19107/stat : 19107 (sugar) D 19105 19107 18565 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 46969438 12980224 501 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19107/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301478 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 19107
/proc/meminfo: memFree=1928712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=0.03
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46969438 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701557 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 19107
/proc/meminfo: memFree=1928712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=0.03
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46969438 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 2.08 2.02 2.02 4/92 19129
/proc/meminfo: memFree=1920240/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=0.59
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 974 4678 0 1 3 0 53 3 15 0 1 0 46969438 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 797 370 3 0 500 0
[pid=19120] ppid=19107 vsize=5356 CPUtime=0
/proc/19120/stat : 19120 (sh) S 19107 19107 18565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46969509 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19120/statm: 1339 233 193 169 0 50 0
[pid=19121] ppid=19120 vsize=865576 CPUtime=0.76
/proc/19121/stat : 19121 (java) S 19120 19107 18565 0 -1 0 6554 0 1 0 72 4 0 0 18 0 9 0 46969509 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 216394 5819 2540 9 0 210969 0
[pid=19121/tid=19122] ppid=19120 vsize=865576 CPUtime=0.52
/proc/19121/task/19122/stat : 19122 (java) R 19120 19107 18565 0 -1 64 2639 0 1 0 50 2 0 0 18 0 9 0 46969510 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19123] ppid=19120 vsize=865576 CPUtime=0.09
/proc/19121/task/19123/stat : 19123 (java) S 19120 19107 18565 0 -1 64 2525 0 0 0 9 0 0 0 16 0 9 0 46969511 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19124] ppid=19120 vsize=865576 CPUtime=0
/proc/19121/task/19124/stat : 19124 (java) S 19120 19107 18565 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46969511 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19125] ppid=19120 vsize=865576 CPUtime=0
/proc/19121/task/19125/stat : 19125 (java) S 19120 19107 18565 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46969511 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19126] ppid=19120 vsize=865576 CPUtime=0
/proc/19121/task/19126/stat : 19126 (java) S 19120 19107 18565 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46969513 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19127] ppid=19120 vsize=865576 CPUtime=0.12
/proc/19121/task/19127/stat : 19127 (java) R 19120 19107 18565 0 -1 64 697 0 0 0 12 0 0 0 16 0 9 0 46969513 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 101583546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19128] ppid=19120 vsize=865576 CPUtime=0
/proc/19121/task/19128/stat : 19128 (java) S 19120 19107 18565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46969513 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19121/tid=19129] ppid=19120 vsize=865576 CPUtime=0
/proc/19121/task/19129/stat : 19129 (java) S 19120 19107 18565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46969513 886349824 5819 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 884532

[startup+3.103 s]
/proc/loadavg: 2.08 2.02 2.02 3/84 19131
/proc/meminfo: memFree=1918384/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=2.77
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1407 29131 2 5 3 1 251 22 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 13600

[startup+6.30161 s]
/proc/loadavg: 2.08 2.02 2.02 3/84 19167
/proc/meminfo: memFree=1917616/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=2.77
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1407 29131 2 5 3 1 251 22 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19166] ppid=19107 vsize=5356 CPUtime=0
/proc/19166/stat : 19166 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46969740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19166/statm: 1339 232 193 169 0 50 0
[pid=19167] ppid=19166 vsize=7736 CPUtime=3.24
/proc/19167/stat : 19167 (minisat) R 19166 19107 18565 0 -1 4194304 1790 0 0 0 323 1 0 0 25 0 1 0 46969740 7921664 1776 996147200 134512640 135127466 4294956256 18446744073709551615 134529455 0 0 4096 3 0 0 0 17 1 0 0
/proc/19167/statm: 1934 1776 75 150 0 1781 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 26692

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.02 3/84 19167
/proc/meminfo: memFree=1914864/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=2.77
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1407 29131 2 5 3 1 251 22 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19166] ppid=19107 vsize=5356 CPUtime=0
/proc/19166/stat : 19166 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46969740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19166/statm: 1339 232 193 169 0 50 0
[pid=19167] ppid=19166 vsize=9784 CPUtime=9.57
/proc/19167/stat : 19167 (minisat) R 19166 19107 18565 0 -1 4194304 2312 0 0 0 956 1 0 0 25 0 1 0 46969740 10018816 2298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19167/statm: 2446 2298 75 150 0 2293 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 28740

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.02 3/84 19167
/proc/meminfo: memFree=1913392/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=2.77
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1407 29131 2 5 3 1 251 22 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19166] ppid=19107 vsize=5356 CPUtime=0
/proc/19166/stat : 19166 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46969740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19166/statm: 1339 232 193 169 0 50 0
[pid=19167] ppid=19166 vsize=11264 CPUtime=22.24
/proc/19167/stat : 19167 (minisat) R 19166 19107 18565 0 -1 4194304 2672 0 0 0 2223 1 0 0 25 0 1 0 46969740 11534336 2658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19167/statm: 2816 2658 75 150 0 2663 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 30220

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 2.02 3/84 19179
/proc/meminfo: memFree=1914480/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=29.87
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1521 35947 2 6 3 2 2956 26 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19178] ppid=19107 vsize=5356 CPUtime=0
/proc/19178/stat : 19178 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46972477 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19178/statm: 1339 232 193 169 0 50 0
[pid=19179] ppid=19178 vsize=10376 CPUtime=20.49
/proc/19179/stat : 19179 (minisat) R 19178 19107 18565 0 -1 4194304 2451 0 0 0 2048 1 0 0 25 0 1 0 46972478 10625024 2437 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/19179/statm: 2594 2437 75 150 0 2441 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 29332

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.01 3/84 19191
/proc/meminfo: memFree=1913712/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=101.06
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1677 45603 2 7 3 2 10068 33 17 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 13600

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916976/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=7536 CPUtime=25.41
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1760 0 0 0 2541 0 0 0 25 0 1 0 46983102 7716864 1746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 1884 1746 75 150 0 1731 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 26492

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

[startup+166.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916976/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=7536 CPUtime=29.37
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1767 0 0 0 2937 0 0 0 25 0 1 0 46983102 7716864 1753 996147200 134512640 135127466 4294956256 18446744073709551615 134528020 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 1884 1753 75 150 0 1731 0
Current children cumulated CPU time (s) 164.45
Current children cumulated vsize (KiB) 26492

[startup+179.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916592/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8068 CPUtime=42.05
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1886 0 0 0 4205 0 0 0 25 0 1 0 46983102 8261632 1872 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2017 1872 75 150 0 1864 0
Current children cumulated CPU time (s) 177.13
Current children cumulated vsize (KiB) 27024

[startup+185.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916336/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8200 CPUtime=48.39
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1928 0 0 0 4839 0 0 0 25 0 1 0 46983102 8396800 1914 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2050 1914 75 150 0 1897 0
Current children cumulated CPU time (s) 183.47
Current children cumulated vsize (KiB) 27156

[startup+187.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916208/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8344 CPUtime=49.97
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1942 0 0 0 4997 0 0 0 25 0 1 0 46983102 8544256 1928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2086 1928 75 150 0 1933 0
Current children cumulated CPU time (s) 185.05
Current children cumulated vsize (KiB) 27300

[startup+187.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916208/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8344 CPUtime=50.77
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1942 0 0 0 5077 0 0 0 25 0 1 0 46983102 8544256 1928 996147200 134512640 135127466 4294956256 18446744073709551615 134531533 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2086 1928 75 150 0 1933 0
Current children cumulated CPU time (s) 185.85
Current children cumulated vsize (KiB) 27300

[startup+188.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916208/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8344 CPUtime=51.16
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1942 0 0 0 5116 0 0 0 25 0 1 0 46983102 8544256 1928 996147200 134512640 135127466 4294956256 18446744073709551615 134527248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2086 1928 75 150 0 1933 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 27300

[startup+188.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916208/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8344 CPUtime=51.56
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1942 0 0 0 5156 0 0 0 25 0 1 0 46983102 8544256 1928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2086 1928 75 150 0 1933 0
Current children cumulated CPU time (s) 186.64
Current children cumulated vsize (KiB) 27300

[startup+188.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19215
/proc/meminfo: memFree=1916208/2055920 swapFree=4180996/4192956
[pid=19107] ppid=19105 vsize=13600 CPUtime=135.08
/proc/19107/stat : 19107 (sugar) S 19105 19107 18565 0 -1 4194304 1863 55898 2 9 4 2 13461 41 16 0 1 0 46969438 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19107/statm: 3400 809 374 3 0 500 0
[pid=19214] ppid=19107 vsize=5356 CPUtime=0
/proc/19214/stat : 19214 (sh) S 19107 19107 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46983102 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19214/statm: 1339 232 193 169 0 50 0
[pid=19215] ppid=19214 vsize=8344 CPUtime=51.66
/proc/19215/stat : 19215 (minisat) R 19214 19107 18565 0 -1 4194304 1942 0 0 0 5166 0 0 0 25 0 1 0 46983102 8544256 1928 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/19215/statm: 2086 1928 75 150 0 1933 0
Current children cumulated CPU time (s) 186.74
Current children cumulated vsize (KiB) 27300

Child status: 0
Real time (s): 188.895
CPU time (s): 186.861
CPU user time (s): 186.403
CPU system time (s): 0.45793
CPU usage (%): 98.9231
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.403
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60069
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3662
involuntary context switches= 10818

runsolver used 0.218966 second user time and 0.663899 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-13 00:44:32
IDJOB=1114460
IDBENCH=61736
IDSOLVER=368
FILE ID=node19/1114460-1215902672
PBS_JOBID= 7903661
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-10_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114460-1215902672/watcher-1114460-1215902672 -o /tmp/evaluation-result-1114460-1215902672/solver-1114460-1215902672 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1114460-1215902672.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ac6bf6bb51b42f0085f325a1bbfbd20
RANDOM SEED=1060425898

node19.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.279
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.279
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:       1929192 kB
Buffers:          7236 kB
Cached:          39156 kB
SwapCached:       5492 kB
Active:          63876 kB
Inactive:        14664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929192 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          48460 kB
Slab:            33092 kB
Committed_AS:   263864 kB
PageTables:       2108 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= 66560 MiB
End job on node19 at 2008-07-13 00:47:41