Trace number 1112268

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 614.707 620.751

General information on the benchmark

Namecsp/knights/
normalized-knights-25-9.xml
MD5SUM2c2a315f78e02a36f39cc2b3c6ab1a62
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark276.481
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size625
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 14:08:34 2008
0.00/0.04	c 0	PID 18491
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112268-1215864514.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112268-1215864514.xml' 'HOME/temp.csp'
0.04/0.22	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.04/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.26	c 0	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.20/0.34	c 0	Parsing HOME/temp.csp
0.20/0.38	c 0	parsed 48 expressions
0.20/0.39	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.39	c 0	MAX CSP: 36 constraints
0.20/0.39	c 0	Converting to clausal form CSP
0.20/0.41	c 0	converted 9 (10%) expressions
0.20/0.43	c 0	converted 18 (20%) expressions
0.20/0.43	c 0	converted 27 (30%) expressions
0.20/0.44	c 0	converted 35 (40%) expressions
0.20/0.45	c 0	converted 44 (50%) expressions
0.20/0.45	c 0	converted 53 (60%) expressions
0.20/0.46	c 0	converted 61 (70%) expressions
0.20/0.46	c 0	converted 70 (80%) expressions
0.20/0.47	c 0	converted 79 (90%) expressions
0.20/0.49	c 0	converted 87 (100%) expressions
0.20/0.49	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 625
0.20/0.49	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.49	c 0	Propagation in CSP
0.20/0.51	c 0	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.20/0.51	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 625
0.20/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.51	c 0	Simplifing CSP by introducing new Boolean variables
0.20/0.52	c 0	CSP : 117 integers, 153 booleans, 386 clauses, largest domain size 625
0.20/0.52	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.54	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.20/0.57	c 0	12 (10%) CSP integer variables are encoded (5653 clauses, 71344 bytes)
0.20/0.57	c 0	24 (20%) CSP integer variables are encoded (5791 clauses, 73138 bytes)
0.20/0.57	c 0	36 (30%) CSP integer variables are encoded (5975 clauses, 75530 bytes)
0.20/0.57	c 0	47 (40%) CSP integer variables are encoded (6067 clauses, 76726 bytes)
0.20/0.57	c 0	59 (50%) CSP integer variables are encoded (6159 clauses, 77922 bytes)
0.20/0.57	c 0	71 (60%) CSP integer variables are encoded (6320 clauses, 80015 bytes)
0.20/0.57	c 0	82 (70%) CSP integer variables are encoded (6470 clauses, 81965 bytes)
0.20/0.57	c 0	94 (80%) CSP integer variables are encoded (6623 clauses, 83954 bytes)
0.20/0.57	c 0	106 (90%) CSP integer variables are encoded (6685 clauses, 84760 bytes)
0.20/0.57	c 0	117 (100%) CSP integer variables are encoded (6734 clauses, 85397 bytes)
0.20/0.60	c 0	39 (10%) CSP clauses are encoded (15861 clauses, 246318 bytes)
0.20/0.62	c 0	78 (20%) CSP clauses are encoded (24988 clauses, 411667 bytes)
0.20/0.64	c 0	116 (30%) CSP clauses are encoded (32250 clauses, 546399 bytes)
0.20/0.65	c 0	155 (40%) CSP clauses are encoded (40757 clauses, 706255 bytes)
0.20/0.67	c 0	193 (50%) CSP clauses are encoded (48639 clauses, 854622 bytes)
0.20/0.68	c 0	232 (60%) CSP clauses are encoded (56522 clauses, 1003007 bytes)
0.20/0.70	c 0	271 (70%) CSP clauses are encoded (64423 clauses, 1149608 bytes)
0.20/0.70	c 0	309 (80%) CSP clauses are encoded (66315 clauses, 1187148 bytes)
0.20/0.71	c 0	348 (90%) CSP clauses are encoded (67478 clauses, 1206926 bytes)
0.20/0.71	c 0	386 (100%) CSP clauses are encoded (68631 clauses, 1226794 bytes)
0.20/0.71	c 0	386 CSP clauses encoded
0.20/0.71	c 0	Writing map file : HOME/temp.map
0.20/0.72	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.20/0.72	c 0	SAT : 7004 SAT variables, 68631 SAT clauses, 1226794 bytes
0.20/0.72	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.20/0.74	c 0	OBJECTIVE minimize _COST
0.20/0.74	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.20/0.74	c 0	SEARCHING: _COST <= 18
0.20/0.74	c 0	SOLVING HOME/temp.cnf
0.20/0.74	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.20/0.74	c 0	This is MiniSat 2.0 beta
0.20/0.74	c 0	WARNING: for repeatability, setting FPU to use double precision
0.20/0.74	c 0	============================[ Problem Statistics ]=============================
0.20/0.74	c 0	|                                                                             |
0.20/0.74	c 0	|  Number of variables:  7004                                                 |
0.20/0.74	c 0	|  Number of clauses:    68632                                                |
0.20/0.78	c 0	|  Parsing time:         0.03         s                                       |
0.20/0.78	c 0	============================[ Search Statistics ]==============================
0.20/0.78	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.78	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.78	c 0	===============================================================================
0.20/0.78	c 0	|         0 |    6896    67742   195831 |    22580        0    nan |  0.000 % |
0.20/0.79	c 0	===============================================================================
0.20/0.79	c 0	restarts              : 1
0.20/0.79	c 0	conflicts             : 7              (180 /sec)
0.20/0.79	c 0	decisions             : 363            (1.38 % random) (9309 /sec)
0.20/0.79	c 0	propagations          : 10307          (264323 /sec)
0.20/0.79	c 0	conflict literals     : 35             (0.00 % deleted)
0.20/0.79	c 0	Memory used           : 5.12 MB
0.20/0.79	c 0	CPU time              : 0.038994 s
0.20/0.79	c 0	
0.20/0.79	c 0	SATISFIABLE
0.20/0.79	c 0	FOUND: _COST <= 18
0.20/0.79	s SATISFIABLE
0.20/0.79	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.20/0.79	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.69/0.87	c 1	Decoding HOME/temp.out
0.69/0.91	c 1	OBJECTIVE _COST 18
0.69/0.91	o 18
0.69/0.91	v 599 622 624 574 621 599 597 624 549
0.69/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/0.95	c 1	OBJECTIVE BOUND: 0 <= _COST <= 18
0.69/0.95	c 1	SEARCHING: _COST <= 9
0.69/0.95	c 1	SOLVING HOME/temp.cnf
0.69/0.95	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.69/0.96	c 1	This is MiniSat 2.0 beta
0.69/0.96	c 1	WARNING: for repeatability, setting FPU to use double precision
0.69/0.96	c 1	============================[ Problem Statistics ]=============================
0.69/0.96	c 1	|                                                                             |
0.69/0.96	c 1	|  Number of variables:  7004                                                 |
0.69/0.96	c 1	|  Number of clauses:    68632                                                |
0.69/0.99	c 1	|  Parsing time:         0.03         s                                       |
0.85/1.00	c 1	============================[ Search Statistics ]==============================
0.85/1.00	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.85/1.00	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.85/1.00	c 1	===============================================================================
0.85/1.00	c 1	|         0 |    6833    67202   194391 |    22400        0    nan |  0.000 % |
0.85/1.01	c 1	===============================================================================
0.85/1.01	c 1	restarts              : 1
0.85/1.01	c 1	conflicts             : 12             (316 /sec)
0.85/1.01	c 1	decisions             : 179            (0.56 % random) (4711 /sec)
0.85/1.01	c 1	propagations          : 10097          (265752 /sec)
0.85/1.01	c 1	conflict literals     : 67             (9.46 % deleted)
0.85/1.01	c 1	Memory used           : 5.14 MB
0.85/1.01	c 1	CPU time              : 0.037994 s
0.85/1.01	c 1	
0.85/1.01	c 1	SATISFIABLE
0.85/1.01	c 1	FOUND: _COST <= 9
0.85/1.01	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.85/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.85/1.09	c 1	Decoding HOME/temp.out
0.88/1.14	c 1	OBJECTIVE _COST 9
0.88/1.14	o 9
0.88/1.14	v 571 622 573 624 597 623 623 574 620
0.88/1.14	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.88/1.18	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.88/1.18	c 1	SEARCHING: _COST <= 4
0.88/1.18	c 1	SOLVING HOME/temp.cnf
0.88/1.18	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.88/1.18	c 1	This is MiniSat 2.0 beta
0.88/1.18	c 1	WARNING: for repeatability, setting FPU to use double precision
0.88/1.18	c 1	============================[ Problem Statistics ]=============================
0.88/1.18	c 1	|                                                                             |
0.88/1.18	c 1	|  Number of variables:  7004                                                 |
0.88/1.18	c 1	|  Number of clauses:    68632                                                |
1.00/1.22	c 1	|  Parsing time:         0.03         s                                       |
1.00/1.22	c 1	============================[ Search Statistics ]==============================
1.00/1.22	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.22	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.22	c 1	===============================================================================
1.00/1.22	c 1	|         0 |    6779    66709   193069 |    22236        0    nan |  0.000 % |
1.00/1.23	c 1	===============================================================================
1.00/1.23	c 1	restarts              : 1
1.00/1.23	c 1	conflicts             : 30             (667 /sec)
1.00/1.23	c 1	decisions             : 146            (0.00 % random) (3245 /sec)
1.00/1.23	c 1	propagations          : 20597          (457782 /sec)
1.00/1.23	c 1	conflict literals     : 331            (6.50 % deleted)
1.00/1.23	c 1	Memory used           : 5.12 MB
1.00/1.23	c 1	CPU time              : 0.044993 s
1.00/1.23	c 1	
1.00/1.24	c 1	SATISFIABLE
1.00/1.24	c 1	FOUND: _COST <= 4
1.00/1.24	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.00/1.24	c 1	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.06/1.32	c 1	Decoding HOME/temp.out
1.06/1.39	c 1	OBJECTIVE _COST 4
1.06/1.39	o 4
1.06/1.39	v 597 620 593 570 621 594 623 574 624
1.06/1.41	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.45	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
1.06/1.45	c 1	SEARCHING: _COST <= 2
1.06/1.45	c 1	SOLVING HOME/temp.cnf
1.06/1.45	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.06/1.45	c 1	This is MiniSat 2.0 beta
1.06/1.45	c 1	WARNING: for repeatability, setting FPU to use double precision
1.06/1.45	c 1	============================[ Problem Statistics ]=============================
1.06/1.45	c 1	|                                                                             |
1.06/1.45	c 1	|  Number of variables:  7004                                                 |
1.06/1.45	c 1	|  Number of clauses:    68632                                                |
1.06/1.49	c 1	|  Parsing time:         0.03         s                                       |
1.06/1.49	c 1	============================[ Search Statistics ]==============================
1.06/1.49	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.06/1.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.06/1.49	c 1	===============================================================================
1.06/1.49	c 1	|         0 |    6741    66444   192386 |    22148        0    nan |  0.000 % |
1.23/1.50	c 1	===============================================================================
1.23/1.50	c 1	restarts              : 1
1.23/1.50	c 1	conflicts             : 20             (513 /sec)
1.23/1.50	c 1	decisions             : 125            (0.00 % random) (3206 /sec)
1.23/1.50	c 1	propagations          : 18766          (481254 /sec)
1.23/1.50	c 1	conflict literals     : 174            (4.40 % deleted)
1.23/1.50	c 1	Memory used           : 5.12 MB
1.23/1.50	c 1	CPU time              : 0.038994 s
1.23/1.50	c 1	
1.23/1.50	c 1	SATISFIABLE
1.23/1.51	c 1	FOUND: _COST <= 2
1.23/1.51	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.23/1.51	c 1	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.23/1.59	c 1	Decoding HOME/temp.out
1.29/1.63	c 1	OBJECTIVE _COST 2
1.29/1.63	o 2
1.29/1.63	v 597 574 623 596 569 620 593 573 624
1.29/1.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.67	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
1.29/1.67	c 1	SEARCHING: _COST <= 1
1.29/1.67	c 1	SOLVING HOME/temp.cnf
1.29/1.67	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.67	c 1	This is MiniSat 2.0 beta
1.29/1.67	c 1	WARNING: for repeatability, setting FPU to use double precision
1.29/1.67	c 1	============================[ Problem Statistics ]=============================
1.29/1.67	c 1	|                                                                             |
1.29/1.67	c 1	|  Number of variables:  7004                                                 |
1.29/1.67	c 1	|  Number of clauses:    68632                                                |
1.41/1.71	c 1	|  Parsing time:         0.03         s                                       |
1.41/1.71	c 1	============================[ Search Statistics ]==============================
1.41/1.71	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.71	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.71	c 1	===============================================================================
1.41/1.71	c 1	|         0 |    6705    66255   191926 |    22085        0    nan |  0.000 % |
1.41/1.72	c 1	===============================================================================
1.41/1.72	c 1	restarts              : 1
1.41/1.72	c 1	conflicts             : 7              (167 /sec)
1.41/1.72	c 1	decisions             : 97             (0.00 % random) (2310 /sec)
1.41/1.72	c 1	propagations          : 14167          (337366 /sec)
1.41/1.72	c 1	conflict literals     : 40             (9.09 % deleted)
1.41/1.72	c 1	Memory used           : 5.13 MB
1.41/1.72	c 1	CPU time              : 0.041993 s
1.41/1.72	c 1	
1.41/1.73	c 1	SATISFIABLE
1.41/1.73	c 1	FOUND: _COST <= 1
1.41/1.73	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.41/1.73	c 1	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.47/1.81	c 1	Decoding HOME/temp.out
1.47/1.85	c 2	OBJECTIVE _COST 1
1.47/1.85	o 1
1.47/1.85	v 620 569 592 619 596 573 624 597 597
1.47/1.85	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.47/1.89	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.47/1.89	c 2	SEARCHING: _COST <= 0
1.47/1.89	c 2	SOLVING HOME/temp.cnf
1.47/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.47/1.89	c 2	This is MiniSat 2.0 beta
1.47/1.89	c 2	WARNING: for repeatability, setting FPU to use double precision
1.47/1.89	c 2	============================[ Problem Statistics ]=============================
1.47/1.89	c 2	|                                                                             |
1.47/1.90	c 2	|  Number of variables:  7004                                                 |
1.47/1.90	c 2	|  Number of clauses:    68632                                                |
1.60/1.93	c 2	|  Parsing time:         0.03         s                                       |
1.60/1.94	c 2	============================[ Search Statistics ]==============================
1.60/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.94	c 2	===============================================================================
1.60/1.94	c 2	|         0 |    6624    66105   191556 |    22035        0    nan |  0.000 % |
1.60/1.96	c 2	|       101 |    6624    66105   191556 |    24238      101     10 |  5.425 % |
1.60/1.99	c 2	|       251 |    6624    66105   191556 |    26662      251     10 |  5.425 % |
1.60/2.05	c 2	|       476 |    6624    66105   191556 |    29328      476     11 |  5.425 % |
1.89/2.24	c 2	|       813 |    6624    66105   191556 |    32261      813     12 |  5.425 % |
1.89/2.28	c 2	|      1319 |    6624    66105   191556 |    35487     1319     12 |  5.425 % |
2.38/2.77	c 2	|      2078 |    6624    66105   191556 |    39036     2078     12 |  5.425 % |
2.68/3.10	c 3	|      3217 |    6624    66105   191556 |    42939     3217     13 |  5.425 % |
3.27/3.67	c 3	|      4926 |    6624    66105   191556 |    47233     4926     13 |  5.425 % |
3.77/4.11	c 4	|      7489 |    6624    66105   191556 |    51957     7489     14 |  5.425 % |
6.64/7.09	c 7	|     11335 |    6624    66105   191556 |    57153    11335     14 |  5.425 % |
7.73/8.11	c 8	|     17101 |    6624    66105   191556 |    62868    17101     14 |  5.428 % |
12.08/12.57	c 12	|     25750 |    6624    66105   191556 |    69155    25750     14 |  5.425 % |
16.55/17.02	c 17	|     38725 |    6624    66105   191556 |    76070    38725     14 |  5.425 % |
28.94/29.53	c 29	|     58187 |    6624    66105   191556 |    83677    58187     15 |  5.425 % |
47.56/48.36	c 48	|     87380 |    6624    66105   191556 |    92045    16528     14 |  5.425 % |
71.63/72.68	c 72	|    131169 |    6624    66105   191556 |   101250    60317     13 |  5.425 % |
109.38/110.72	c 110	|    196853 |    6624    66105   191556 |   111375    37160     13 |  5.425 % |
170.81/172.78	c 172	|    295379 |    6624    66105   191556 |   122512    36964     14 |  5.425 % |
275.02/277.94	c 278	|    443168 |    6624    66105   191556 |   134764    75374     13 |  5.425 % |
431.35/435.78	c 435	|    664852 |    6624    66105   191556 |   148240    53885     15 |  5.425 % |
614.62/620.74	c 620	===============================================================================
614.62/620.74	c 620	restarts              : 21
614.62/620.74	c 620	conflicts             : 932120         (1521 /sec)
614.62/620.74	c 620	decisions             : 1147917        (0.79 % random) (1873 /sec)
614.62/620.74	c 620	propagations          : 780886006      (1273893 /sec)
614.62/620.74	c 620	conflict literals     : 12678417       (18.59 % deleted)
614.62/620.74	c 620	Memory used           : 20.20 MB
614.62/620.74	c 620	CPU time              : 612.992 s
614.62/620.74	c 620	
614.62/620.74	c 620	UNSATISFIABLE
614.62/620.75	c 620	NOT FOUND: _COST <= 0
614.62/620.75	c 620	OBJECTIVE _COST 1
614.62/620.75	s OPTIMUM FOUND
614.62/620.75	c 620	CPU 614.32 (0.03 0.01 614.29 0.34)
614.62/620.75	c 620	END Sat Jul 12 14:18:54 2008

Verifier Data (download as text)

OK	1	35
1 unsatisfied constraints, 35 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-1112268-1215864514/watcher-1112268-1215864514 -o /tmp/evaluation-result-1112268-1215864514/solver-1112268-1215864514 -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-1112268-1215864514.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.03 2.06 2.01 4/81 18491
/proc/meminfo: memFree=1843476/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=12268 CPUtime=0
/proc/18491/stat : 18491 (sugar) R 18489 18491 17668 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43153869 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18491/statm: 3067 316 241 3 0 167 0

[startup+0.0907839 s]
/proc/loadavg: 2.03 2.06 2.01 4/81 18491
/proc/meminfo: memFree=1843476/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=0.04
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43153869 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102783 s]
/proc/loadavg: 2.03 2.06 2.01 4/81 18491
/proc/meminfo: memFree=1843476/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=0.04
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43153869 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301792 s]
/proc/loadavg: 2.03 2.06 2.01 4/81 18491
/proc/meminfo: memFree=1843476/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=0.2
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 957 4094 0 1 3 1 14 2 16 0 1 0 43153869 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13600

[startup+0.701814 s]
/proc/loadavg: 2.03 2.06 2.01 4/81 18491
/proc/meminfo: memFree=1843476/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=0.2
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 974 4094 0 1 3 1 14 2 15 0 1 0 43153869 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 18527
/proc/meminfo: memFree=1835828/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.23
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1394 24952 0 5 3 1 101 18 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

[startup+3.10198 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 18575
/proc/meminfo: memFree=1835380/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 15 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=5500 CPUtime=1.18
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 1269 0 0 0 118 0 0 0 25 0 1 0 43154059 5632000 1255 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 1375 1255 75 150 0 1222 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 24456

[startup+6.3022 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 18575
/proc/meminfo: memFree=1834612/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 15 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=6164 CPUtime=4.35
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 1431 0 0 0 435 0 0 0 25 0 1 0 43154059 6311936 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 1541 1417 75 150 0 1388 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 25120

[startup+12.7016 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 18575
/proc/meminfo: memFree=1833204/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=7628 CPUtime=10.69
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 1794 0 0 0 1068 1 0 0 25 0 1 0 43154059 7811072 1780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 1907 1780 75 150 0 1754 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 26584

[startup+25.5025 s]
/proc/loadavg: 2.08 2.07 2.01 3/84 18575
/proc/meminfo: memFree=1830708/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=10160 CPUtime=23.37
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 2410 0 0 0 2336 1 0 0 25 0 1 0 43154059 10403840 2396 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 2540 2396 75 150 0 2387 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 29116

[startup+51.1022 s]
/proc/loadavg: 2.05 2.06 2.01 3/84 18575
/proc/meminfo: memFree=1827892/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=12988 CPUtime=48.73
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 3101 0 0 0 4871 2 0 0 25 0 1 0 43154059 13299712 3087 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 3247 3087 75 150 0 3094 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 31944

[startup+102.308 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 18575
/proc/meminfo: memFree=1826356/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=14628 CPUtime=99.46
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 3466 0 0 0 9943 3 0 0 25 0 1 0 43154059 14979072 3452 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 3657 3452 75 150 0 3504 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 33584

[startup+162.303 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 18575
/proc/meminfo: memFree=1825268/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=15532 CPUtime=158.9
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 3719 0 0 0 15886 4 0 0 25 0 1 0 43154059 15904768 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 3883 3705 75 150 0 3730 0
Current children cumulated CPU time (s) 160.5
Current children cumulated vsize (KiB) 34488

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 18575
/proc/meminfo: memFree=1825012/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=16056 CPUtime=218.34
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 3813 0 0 0 21830 4 0 0 25 0 1 0 43154059 16441344 3799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 4014 3799 75 150 0 3861 0
Current children cumulated CPU time (s) 219.94
Current children cumulated vsize (KiB) 35012

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18575
/proc/meminfo: memFree=1823732/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=17188 CPUtime=277.78
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4118 0 0 0 27773 5 0 0 25 0 1 0 43154059 17600512 4104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 4297 4104 75 150 0 4144 0
Current children cumulated CPU time (s) 279.38
Current children cumulated vsize (KiB) 36144


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

/proc/18575/statm: 4707 4510 75 150 0 4554 0
Current children cumulated CPU time (s) 398.26
Current children cumulated vsize (KiB) 37784

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18575
/proc/meminfo: memFree=1821876/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=18908 CPUtime=456.1
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4535 0 0 0 45604 6 0 0 25 0 1 0 43154059 19361792 4521 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 4727 4521 75 150 0 4574 0
Current children cumulated CPU time (s) 457.7
Current children cumulated vsize (KiB) 37864

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18575
/proc/meminfo: memFree=1820852/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20180 CPUtime=515.55
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4794 0 0 0 51548 7 0 0 25 0 1 0 43154059 20664320 4780 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5045 4780 75 150 0 4892 0
Current children cumulated CPU time (s) 517.15
Current children cumulated vsize (KiB) 39136

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820468/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20180 CPUtime=574.98
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4801 0 0 0 57491 7 0 0 25 0 1 0 43154059 20664320 4787 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5045 4787 75 150 0 4892 0
Current children cumulated CPU time (s) 576.58
Current children cumulated vsize (KiB) 39136

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

[startup+588.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820468/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20348 CPUtime=581.32
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4827 0 0 0 58125 7 0 0 25 0 1 0 43154059 20836352 4813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5087 4813 75 150 0 4934 0
Current children cumulated CPU time (s) 582.92
Current children cumulated vsize (KiB) 39304

[startup+601.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820276/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20512 CPUtime=594
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4883 0 0 0 59393 7 0 0 25 0 1 0 43154059 21004288 4869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5128 4869 75 150 0 4975 0
Current children cumulated CPU time (s) 595.6
Current children cumulated vsize (KiB) 39468

[startup+614.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=606.68
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 60661 7 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 608.28
Current children cumulated vsize (KiB) 39632

[startup+617.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=609.85
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 60978 7 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 611.45
Current children cumulated vsize (KiB) 39632

[startup+619.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=611.44
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 61137 7 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134522621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 613.04
Current children cumulated vsize (KiB) 39632

[startup+619.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=612.23
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 61216 7 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 613.83
Current children cumulated vsize (KiB) 39632

[startup+620.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=612.63
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 61256 7 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134530770 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 614.23
Current children cumulated vsize (KiB) 39632

[startup+620.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18577
/proc/meminfo: memFree=1820148/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=13600 CPUtime=1.6
/proc/18491/stat : 18491 (sugar) S 18489 18491 17668 0 -1 4194304 1618 35312 0 7 3 1 130 26 16 0 1 0 43153869 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18491/statm: 3400 803 374 3 0 500 0
[pid=18574] ppid=18491 vsize=5356 CPUtime=0
/proc/18574/stat : 18574 (sh) S 18491 18491 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43154059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18574/statm: 1339 232 193 169 0 50 0
[pid=18575] ppid=18574 vsize=20676 CPUtime=613.02
/proc/18575/stat : 18575 (minisat) R 18574 18491 17668 0 -1 4194304 4917 0 0 0 61294 8 0 0 25 0 1 0 43154059 21172224 4903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18575/statm: 5169 4903 75 150 0 5016 0
Current children cumulated CPU time (s) 614.62
Current children cumulated vsize (KiB) 39632

Child status: 0
Real time (s): 620.751
CPU time (s): 614.707
CPU user time (s): 614.337
CPU system time (s): 0.369943
CPU usage (%): 99.0263
Max. virtual memory (cumulated for all children) (KiB): 39632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.337
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42213
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2013
involuntary context switches= 27183

runsolver used 0.6519 second user time and 2.18567 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-12 14:08:34
IDJOB=1112268
IDBENCH=61389
IDSOLVER=368
FILE ID=node22/1112268-1215864514
PBS_JOBID= 7903442
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-25-9.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-1112268-1215864514/watcher-1112268-1215864514 -o /tmp/evaluation-result-1112268-1215864514/solver-1112268-1215864514 -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-1112268-1215864514.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c2a315f78e02a36f39cc2b3c6ab1a62
RANDOM SEED=1109861821

node22.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.253
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.253
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:       1843956 kB
Buffers:         47676 kB
Cached:          90092 kB
SwapCached:          0 kB
Active:          91996 kB
Inactive:        73972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843956 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          48364 kB
Slab:            31108 kB
Committed_AS:   198332 kB
PageTables:       1876 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= 66464 MiB
End job on node22 at 2008-07-12 14:18:54