Trace number 1113813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)1 3600.07 3612.42

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-16.xml
MD5SUM2cf28b75918e7fc0ef0a213ad799f7e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1636.18
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints120
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension120
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.06/0.32	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.32	c 0	BEGIN Sat Jul 12 21:44:46 2008
0.06/0.32	c 0	PID 21649
0.06/0.33	c 0	HOST node23.alineos.net
0.06/0.33	c 0	CONVERTING HOME/instance-1113813-1215891886.xml TO HOME/temp.csp
0.06/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113813-1215891886.xml' 'HOME/temp.csp'
0.07/0.59	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.72	c 0	Parsing HOME/temp.csp
0.26/0.78	c 1	parsed 138 expressions
0.26/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.79	c 1	MAX CSP: 120 constraints
0.26/0.79	c 1	Converting to clausal form CSP
0.26/0.82	c 1	converted 27 (10%) expressions
0.26/0.82	c 1	converted 53 (20%) expressions
0.26/0.83	c 1	converted 79 (30%) expressions
0.26/0.84	c 1	converted 105 (40%) expressions
0.26/0.85	c 1	converted 131 (50%) expressions
0.26/0.85	c 1	converted 157 (60%) expressions
0.26/0.86	c 1	converted 183 (70%) expressions
0.26/0.86	c 1	converted 209 (80%) expressions
0.26/0.87	c 1	converted 235 (90%) expressions
0.26/0.99	c 1	converted 261 (100%) expressions
0.26/0.99	c 1	CSP : 256 integers, 0 booleans, 359 clauses, largest domain size 181
0.26/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.99	c 1	Propagation in CSP
0.60/1.01	c 1	116 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.60/1.01	c 1	CSP : 256 integers, 0 booleans, 359 clauses, largest domain size 121
0.60/1.01	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.60/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.60/1.02	c 1	CSP : 256 integers, 240 booleans, 599 clauses, largest domain size 121
0.60/1.02	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.60/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.60/1.05	c 1	26 (10%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.60/1.05	c 1	52 (20%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.60/1.05	c 1	77 (30%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.60/1.05	c 1	103 (40%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.60/1.05	c 1	128 (50%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.60/1.06	c 1	154 (60%) CSP integer variables are encoded (828 clauses, 8972 bytes)
0.60/1.06	c 1	180 (70%) CSP integer variables are encoded (1021 clauses, 11456 bytes)
0.60/1.06	c 1	205 (80%) CSP integer variables are encoded (1246 clauses, 14381 bytes)
0.60/1.06	c 1	231 (90%) CSP integer variables are encoded (1354 clauses, 15785 bytes)
0.60/1.06	c 1	256 (100%) CSP integer variables are encoded (1525 clauses, 18008 bytes)
0.60/1.07	c 1	60 (10%) CSP clauses are encoded (2145 clauses, 27048 bytes)
0.60/1.08	c 1	120 (20%) CSP clauses are encoded (2765 clauses, 36552 bytes)
0.60/1.09	c 1	180 (30%) CSP clauses are encoded (3385 clauses, 46028 bytes)
0.60/1.09	c 1	240 (40%) CSP clauses are encoded (4005 clauses, 55616 bytes)
0.60/1.10	c 1	300 (50%) CSP clauses are encoded (4625 clauses, 65668 bytes)
0.60/1.10	c 1	360 (60%) CSP clauses are encoded (5245 clauses, 75848 bytes)
0.69/1.12	c 1	420 (70%) CSP clauses are encoded (13831 clauses, 210072 bytes)
0.69/1.14	c 1	480 (80%) CSP clauses are encoded (21567 clauses, 349936 bytes)
0.69/1.14	c 1	540 (90%) CSP clauses are encoded (22739 clauses, 369836 bytes)
0.69/1.15	c 1	599 (100%) CSP clauses are encoded (25879 clauses, 425154 bytes)
0.69/1.15	c 1	599 CSP clauses encoded
0.69/1.16	c 1	Writing map file : HOME/temp.map
0.69/1.16	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.69/1.16	c 1	SAT : 2021 SAT variables, 25879 SAT clauses, 425154 bytes
0.69/1.16	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.69/1.17	c 1	OBJECTIVE minimize _COST
0.69/1.17	c 1	SOLVING HOME/temp.cnf
0.69/1.17	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.78/1.20	c 1	This is MiniSat 2.0 beta incremental
0.78/1.20	c 1	WARNING: for repeatability, setting FPU to use double precision
0.78/1.20	c 1	============================[ Problem Statistics ]=============================
0.78/1.20	c 1	|                                                                             |
0.78/1.20	c 1	|  Number of variables:  2021                                                 |
0.78/1.20	c 1	|  Number of clauses:    25879                                                |
0.78/1.21	c 1	|  Parsing time:         0.01         s                                       |
0.78/1.21	c 1	OK
0.78/1.21	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.78/1.21	c 1	SEARCHING: _COST <= 60
0.78/1.21	c 1	============================[ Search Statistics ]==============================
0.78/1.21	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/1.21	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/1.21	c 1	===============================================================================
0.78/1.21	c 1	|         0 |    2021    25879    72878 |     8626        0    nan |  0.000 % |
0.78/1.22	c 1	===============================================================================
0.78/1.22	c 1	restarts              : 1
0.78/1.22	c 1	conflicts             : 0             (0 /sec)
0.78/1.22	c 1	decisions             : 198           (0.00 % random) (15233 /sec)
0.78/1.22	c 1	propagations          : 2021           (155485 /sec)
0.78/1.22	c 1	conflict literals     : 0              ( nan % deleted)
0.78/1.22	c 1	Memory used           : 2.86 MB
0.78/1.22	c 1	CPU time              : 0.012998 s
0.78/1.22	c 1	
0.78/1.22	c 1	SATISFIABLE
0.78/1.22	c 1	OK
0.78/1.22	c 1	FOUND: _COST <= 60
0.78/1.22	s SATISFIABLE
0.78/1.22	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.78/1.22	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.78/1.37	c 1	Decoding HOME/temp.out
0.78/1.41	c 1	OBJECTIVE _COST 60
0.78/1.41	o 60
0.78/1.41	v 9 10 11 12 13 14 14 14 14 14 14 14 14 14 14 14
0.78/1.41	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.45	c 1	OK
0.78/1.45	c 1	OBJECTIVE BOUND: 0 <= _COST <= 60
0.78/1.45	c 1	SEARCHING: _COST <= 30
0.78/1.46	c 1	============================[ Search Statistics ]==============================
0.78/1.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/1.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/1.46	c 1	===============================================================================
0.78/1.46	c 1	|         0 |    2021    25879    72878 |     8626        0    nan |  0.000 % |
0.78/1.46	c 1	===============================================================================
0.78/1.46	c 1	restarts              : 2
0.78/1.46	c 1	conflicts             : 0             (0 /sec)
0.78/1.46	c 1	decisions             : 366           (0.00 % random) (26148 /sec)
0.78/1.46	c 1	propagations          : 4042           (288776 /sec)
0.78/1.46	c 1	conflict literals     : 0              ( nan % deleted)
0.78/1.46	c 1	Memory used           : 2.86 MB
0.78/1.46	c 1	CPU time              : 0.013997 s
0.78/1.46	c 1	
0.78/1.46	c 1	SATISFIABLE
0.78/1.46	c 1	OK
0.78/1.46	c 1	FOUND: _COST <= 30
0.78/1.46	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.78/1.46	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.92/1.54	c 1	Decoding HOME/temp.out
0.92/1.58	c 1	OBJECTIVE _COST 30
0.92/1.58	o 30
0.92/1.58	v 6 7 8 9 10 11 12 13 14 14 14 14 14 14 14 14
0.92/1.58	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.64	c 1	OK
0.92/1.64	c 1	OBJECTIVE BOUND: 0 <= _COST <= 30
0.92/1.64	c 1	SEARCHING: _COST <= 15
0.92/1.64	c 1	============================[ Search Statistics ]==============================
0.92/1.64	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.92/1.64	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.92/1.64	c 1	===============================================================================
0.92/1.64	c 1	|         0 |    1601    25879    72878 |     8626        0    nan |  0.000 % |
0.92/1.64	c 1	===============================================================================
0.92/1.64	c 1	restarts              : 3
0.92/1.64	c 1	conflicts             : 0             (0 /sec)
0.92/1.64	c 1	decisions             : 510           (0.78 % random) (31881 /sec)
0.92/1.64	c 1	propagations          : 5643           (352754 /sec)
0.92/1.64	c 1	conflict literals     : 0              ( nan % deleted)
0.92/1.64	c 1	Memory used           : 2.86 MB
0.92/1.64	c 1	CPU time              : 0.015997 s
0.92/1.64	c 1	
0.92/1.64	c 1	SATISFIABLE
0.92/1.64	c 1	OK
0.92/1.64	c 1	FOUND: _COST <= 15
0.92/1.64	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.92/1.64	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.06/1.72	c 1	Decoding HOME/temp.out
1.06/1.77	c 2	OBJECTIVE _COST 15
1.06/1.77	o 15
1.06/1.77	v 3 4 5 6 7 8 9 10 11 12 13 14 14 14 14 14
1.06/1.77	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.80	c 2	OK
1.06/1.80	c 2	OBJECTIVE BOUND: 0 <= _COST <= 15
1.06/1.80	c 2	SEARCHING: _COST <= 7
1.06/1.80	c 2	============================[ Search Statistics ]==============================
1.06/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.06/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.06/1.80	c 2	===============================================================================
1.06/1.80	c 2	|         0 |    1361    25879    72878 |     8626        0    nan |  0.000 % |
1.06/1.80	c 2	===============================================================================
1.06/1.80	c 2	restarts              : 4
1.06/1.80	c 2	conflicts             : 0             (0 /sec)
1.06/1.80	c 2	decisions             : 624           (0.96 % random) (34672 /sec)
1.06/1.80	c 2	propagations          : 7004           (389176 /sec)
1.06/1.80	c 2	conflict literals     : 0              ( nan % deleted)
1.06/1.80	c 2	Memory used           : 2.86 MB
1.06/1.80	c 2	CPU time              : 0.017997 s
1.06/1.80	c 2	
1.06/1.80	c 2	SATISFIABLE
1.06/1.80	c 2	OK
1.06/1.80	c 2	FOUND: _COST <= 7
1.06/1.80	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.06/1.80	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.06/1.88	c 2	Decoding HOME/temp.out
1.18/1.93	c 2	OBJECTIVE _COST 7
1.18/1.93	o 7
1.18/1.93	v 9 1 2 3 4 5 6 7 8 10 11 12 13 14 14 14
1.18/1.93	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.97	c 2	OK
1.18/1.97	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.18/1.97	c 2	SEARCHING: _COST <= 3
1.18/1.97	c 2	============================[ Search Statistics ]==============================
1.18/1.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.97	c 2	===============================================================================
1.18/1.97	c 2	|         0 |    1196    25879    72878 |     8626        0    nan |  0.000 % |
1.18/1.97	c 2	===============================================================================
1.18/1.97	c 2	restarts              : 5
1.18/1.97	c 2	conflicts             : 0             (0 /sec)
1.18/1.97	c 2	decisions             : 707           (1.13 % random) (37216 /sec)
1.18/1.97	c 2	propagations          : 8200           (431647 /sec)
1.18/1.97	c 2	conflict literals     : 0              ( nan % deleted)
1.18/1.97	c 2	Memory used           : 2.86 MB
1.18/1.97	c 2	CPU time              : 0.018997 s
1.18/1.97	c 2	
1.18/1.97	c 2	SATISFIABLE
1.18/1.98	c 2	OK
1.18/1.98	c 2	FOUND: _COST <= 3
1.18/1.98	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.18/1.98	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.32/2.06	c 2	Decoding HOME/temp.out
1.44/2.11	c 2	OBJECTIVE _COST 3
1.44/2.11	o 3
1.44/2.11	v 6 7 1 2 3 4 5 8 9 10 11 12 13 14 14 14
1.44/2.11	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.44/2.14	c 2	OK
1.44/2.14	c 2	OBJECTIVE BOUND: 0 <= _COST <= 3
1.44/2.14	c 2	SEARCHING: _COST <= 1
1.44/2.14	c 2	============================[ Search Statistics ]==============================
1.44/2.14	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.44/2.14	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.44/2.14	c 2	===============================================================================
1.44/2.14	c 2	|         0 |    1044    25879    72878 |     8626        0    nan |  0.000 % |
1.44/2.14	c 2	===============================================================================
1.44/2.14	c 2	restarts              : 6
1.44/2.14	c 2	conflicts             : 2             (91 /sec)
1.44/2.14	c 2	decisions             : 783           (1.15 % random) (35597 /sec)
1.44/2.14	c 2	propagations          : 9514           (432533 /sec)
1.44/2.14	c 2	conflict literals     : 22             (18.52 % deleted)
1.44/2.14	c 2	Memory used           : 2.86 MB
1.44/2.14	c 2	CPU time              : 0.021996 s
1.44/2.14	c 2	
1.44/2.14	c 2	SATISFIABLE
1.44/2.14	c 2	OK
1.44/2.14	c 2	FOUND: _COST <= 1
1.44/2.14	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.44/2.14	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.46/2.26	c 2	Decoding HOME/temp.out
1.46/2.30	c 2	OBJECTIVE _COST 1
1.46/2.30	o 1
1.46/2.30	v 5 7 2 0 4 1 6 3 8 9 10 11 12 14 13 14
1.46/2.31	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.46/2.34	c 2	OK
1.46/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.46/2.34	c 2	SEARCHING: _COST <= 0
1.46/2.35	c 2	============================[ Search Statistics ]==============================
1.46/2.35	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/2.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/2.35	c 2	===============================================================================
1.46/2.35	c 2	|         2 |     888    25879    72878 |     8626        2     11 |  0.000 % |
1.46/2.36	c 2	|       103 |     771    25879    72878 |     9488      103     12 | 65.172 % |
1.46/2.36	c 2	|       253 |     757    25879    72878 |    10437      253     11 | 65.172 % |
1.46/2.36	c 2	|       478 |     757    25879    72878 |    11481      478     12 | 65.172 % |
1.46/2.37	c 2	|       815 |     757    25879    72878 |    12629      815     13 | 65.172 % |
1.46/2.39	c 2	|      1322 |     757    25879    72878 |    13892     1322     15 | 65.172 % |
1.64/2.43	c 2	|      2081 |     757    25879    72878 |    15282     2081     20 | 65.172 % |
1.64/2.46	c 2	|      3220 |     704     4405    12288 |    16810     3220     20 | 65.172 % |
1.74/2.52	c 2	|      4928 |     704     4405    12288 |    18491     4928     19 | 65.172 % |
1.84/2.68	c 2	|      7491 |     704     4405    12288 |    20340     7491     23 | 65.172 % |
2.24/3.02	c 3	|     11335 |     704     4405    12288 |    22374    11335     29 | 65.172 % |
2.64/3.42	c 3	|     17102 |     704     4405    12288 |    24611    17102     28 | 65.172 % |
3.44/4.23	c 4	|     25753 |     704     4405    12288 |    27073    25753     28 | 65.172 % |
4.84/5.63	c 5	|     38729 |     704     4405    12288 |    29780    21887     26 | 65.172 % |
7.73/8.54	c 8	|     58192 |     704     4405    12288 |    32758    22610     42 | 65.172 % |
12.04/12.86	c 13	|     87385 |     704     4405    12288 |    36034    29779     34 | 65.172 % |
21.34/22.14	c 22	|    131175 |     704     4405    12288 |    39637    25949     50 | 65.172 % |
36.04/36.86	c 37	|    196859 |     704     4405    12288 |    43601    36696     43 | 65.172 % |
60.22/61.02	c 61	|    295385 |     704     4405    12288 |    47961    42550     47 | 65.172 % |
110.31/111.19	c 111	|    443174 |     704     4405    12288 |    52757    22011     62 | 65.172 % |
172.99/173.88	c 174	|    664858 |     704     4405    12288 |    58033    52629     61 | 65.172 % |
273.47/274.35	c 274	|    997383 |     704     4405    12288 |    63837    23207     54 | 65.172 % |
456.71/457.63	c 457	|   1496172 |     704     4405    12288 |    70220    22908     48 | 65.172 % |
734.83/735.85	c 736	|   2244355 |     704     4405    12288 |    77242    41477     53 | 65.172 % |
1161.46/1164.09	c 1164	|   3366629 |     704     4405    12288 |    84967    30068     52 | 65.172 % |
1898.97/1904.52	c 1904	|   5050041 |     704     4405    12288 |    93463    84148     53 | 65.172 % |
3143.07/3153.68	c 3153	|   7575157 |     704     4405    12288 |   102810    64977     52 | 65.172 % |
3600.02/3612.41	c ERROR INTERRUPTED
3600.02/3612.42	c 3612	CPU 3599.59 (0.06 0.03 3599.53 0.42)
3600.02/3612.42	c 3612	END Sat Jul 12 22:44:58 2008

Verifier Data (download as text)

OK	1	119
1 unsatisfied constraints, 119 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-1113813-1215891886/watcher-1113813-1215891886 -o /tmp/evaluation-result-1113813-1215891886/solver-1113813-1215891886 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1113813-1215891886.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.52 2.55 2.54 4/80 21649
/proc/meminfo: memFree=1854112/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=18572 CPUtime=0
/proc/21649/stat : 21649 (runsolver) D 21647 21649 21477 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45890562 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 238487661863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21649/statm: 4643 292 257 25 0 2626 0

[startup+0.0536299 s]
/proc/loadavg: 2.52 2.55 2.54 4/80 21649
/proc/meminfo: memFree=1854112/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=12272 CPUtime=0
/proc/21649/stat : 21649 (sugar++) D 21647 21649 21477 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 45890562 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/21649/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102345 s]
/proc/loadavg: 2.52 2.55 2.54 4/80 21649
/proc/meminfo: memFree=1854112/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=12544 CPUtime=0.01
/proc/21649/stat : 21649 (sugar++) R 21647 21649 21477 0 -1 4194304 462 0 0 0 0 1 0 0 18 0 1 0 45890562 12845056 430 996147200 4194304 4206940 548682068528 18446744073709551615 238487507681 0 0 4224 0 0 0 0 17 1 0 0
/proc/21649/statm: 3136 431 289 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.301368 s]
/proc/loadavg: 2.52 2.55 2.54 4/80 21649
/proc/meminfo: memFree=1854112/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16344 CPUtime=0.06
/proc/21649/stat : 21649 (sugar++) R 21647 21649 21477 0 -1 4194304 1005 0 0 0 4 2 0 0 18 0 1 0 45890562 16736256 973 996147200 4194304 4206940 548682068528 18446744073709551615 238487507681 0 0 4224 0 0 0 0 17 1 0 0
/proc/21649/statm: 4086 974 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.70141 s]
/proc/loadavg: 2.52 2.55 2.54 4/80 21649
/proc/meminfo: memFree=1854112/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16740 CPUtime=0.26
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1279 4136 0 1 6 2 16 2 16 0 1 0 45890562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+1.5015 s]
/proc/loadavg: 2.52 2.55 2.54 4/91 21671
/proc/meminfo: memFree=1839944/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=0.92
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1578 14311 4 4 6 3 73 10 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 16872

[startup+3.1017 s]
/proc/loadavg: 2.52 2.55 2.54 4/92 21722
/proc/meminfo: memFree=1842680/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 15 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=4400 CPUtime=0.77
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 900 0 0 0 77 0 0 0 22 0 1 0 45890682 4505600 836 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 1100 836 79 151 0 946 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 21272

[startup+6.30105 s]
/proc/loadavg: 2.48 2.54 2.54 3/82 21732
/proc/meminfo: memFree=1844296/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=6872 CPUtime=3.96
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 1535 0 0 0 396 0 0 0 25 0 1 0 45890682 7036928 1471 996147200 134512640 135134323 4294956192 18446744073709551615 134529634 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 1718 1471 79 151 0 1564 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 23744

[startup+12.7028 s]
/proc/loadavg: 2.52 2.55 2.54 3/82 21732
/proc/meminfo: memFree=1841672/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=9248 CPUtime=10.37
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 2136 0 0 0 1036 1 0 0 25 0 1 0 45890682 9469952 2072 996147200 134512640 135134323 4294956192 18446744073709551615 134523933 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 2312 2072 79 151 0 2158 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 26120

[startup+25.5012 s]
/proc/loadavg: 2.56 2.56 2.54 3/82 21732
/proc/meminfo: memFree=1838608/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=12508 CPUtime=23.17
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 2933 0 0 0 2315 2 0 0 25 0 1 0 45890682 12808192 2869 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 3127 2869 79 151 0 2973 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 29380

[startup+51.1012 s]
/proc/loadavg: 2.63 2.57 2.55 3/82 21732
/proc/meminfo: memFree=1838160/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=13036 CPUtime=48.76
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 3040 0 0 0 4874 2 0 0 25 0 1 0 45890682 13348864 2976 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 3259 2976 79 151 0 3105 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 29908

[startup+102.307 s]
/proc/loadavg: 2.69 2.60 2.56 3/82 21732
/proc/meminfo: memFree=1835280/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=15848 CPUtime=99.95
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 3758 0 0 0 9992 3 0 0 25 0 1 0 45890682 16228352 3694 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 3962 3694 79 151 0 3808 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 32720

[startup+162.302 s]
/proc/loadavg: 2.69 2.61 2.56 3/82 21732
/proc/meminfo: memFree=1830864/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=20244 CPUtime=159.92
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 4844 0 0 0 15988 4 0 0 25 0 1 0 45890682 20729856 4780 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 5061 4780 79 151 0 4907 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 37116

[startup+222.302 s]
/proc/loadavg: 2.66 2.62 2.56 3/82 21732
/proc/meminfo: memFree=1829712/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=21348 CPUtime=219.91
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 5117 0 0 0 21986 5 0 0 25 0 1 0 45890682 21860352 5053 996147200 134512640 135134323 4294956192 18446744073709551615 134530288 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 5337 5053 79 151 0 5183 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 38220

[startup+282.301 s]
/proc/loadavg: 2.69 2.63 2.56 3/82 21732
/proc/meminfo: memFree=1829648/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=21348 CPUtime=279.89
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 5119 0 0 0 27984 5 0 0 25 0 1 0 45890682 21860352 5055 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 5337 5055 79 151 0 5183 0
Current children cumulated CPU time (s) 281.46
Current children cumulated vsize (KiB) 38220

[startup+342.301 s]
/proc/loadavg: 2.52 2.60 2.55 3/82 21732
/proc/meminfo: memFree=1827920/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=23020 CPUtime=339.87
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 5523 0 0 0 33982 5 0 0 25 0 1 0 45890682 23572480 5459 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 5755 5459 79 151 0 5601 0
Current children cumulated CPU time (s) 341.44
Current children cumulated vsize (KiB) 39892

[startup+402.301 s]
/proc/loadavg: 2.56 2.59 2.55 4/82 21732
/proc/meminfo: memFree=1826768/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=24076 CPUtime=399.86
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 5792 0 0 0 39980 6 0 0 25 0 1 0 45890682 24653824 5728 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/21672/statm: 6019 5728 79 151 0 5865 0
Current children cumulated CPU time (s) 401.43
Current children cumulated vsize (KiB) 40948

[startup+462.302 s]
/proc/loadavg: 2.58 2.59 2.55 3/82 21732
/proc/meminfo: memFree=1826960/2055920 swapFree=4181104/4192956

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

[pid=21672] ppid=21649 vsize=43620 CPUtime=2851.36
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10896 0 0 0 285120 16 0 0 25 0 1 0 45890682 44666880 10507 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10905 10507 79 151 0 10751 0
Current children cumulated CPU time (s) 2852.93
Current children cumulated vsize (KiB) 60492

[startup+2922.3 s]
/proc/loadavg: 2.12 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877960/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43612 CPUtime=2911.12
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10896 0 0 0 291096 16 0 0 25 0 1 0 45890682 44658688 10507 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10903 10507 79 151 0 10749 0
Current children cumulated CPU time (s) 2912.69
Current children cumulated vsize (KiB) 60484

[startup+2982.3 s]
/proc/loadavg: 2.11 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877896/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43488 CPUtime=2970.88
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10896 0 0 0 297072 16 0 0 25 0 1 0 45890682 44531712 10499 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10872 10499 79 151 0 10718 0
Current children cumulated CPU time (s) 2972.45
Current children cumulated vsize (KiB) 60360

[startup+3042.3 s]
/proc/loadavg: 2.10 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877896/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43488 CPUtime=3030.64
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10898 0 0 0 303048 16 0 0 25 0 1 0 45890682 44531712 10501 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10872 10501 79 151 0 10718 0
Current children cumulated CPU time (s) 3032.21
Current children cumulated vsize (KiB) 60360

[startup+3102.3 s]
/proc/loadavg: 2.09 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877832/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43488 CPUtime=3090.39
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10898 0 0 0 309023 16 0 0 25 0 1 0 45890682 44531712 10501 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10872 10501 79 151 0 10718 0
Current children cumulated CPU time (s) 3091.96
Current children cumulated vsize (KiB) 60360

[startup+3162.3 s]
/proc/loadavg: 2.08 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877640/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43484 CPUtime=3150.17
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10898 0 0 0 315000 17 0 0 25 0 1 0 45890682 44527616 10500 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10871 10500 79 151 0 10717 0
Current children cumulated CPU time (s) 3151.74
Current children cumulated vsize (KiB) 60356

[startup+3222.3 s]
/proc/loadavg: 2.08 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1877512/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=43480 CPUtime=3209.92
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 10907 0 0 0 320975 17 0 0 25 0 1 0 45890682 44523520 10508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 10870 10508 79 151 0 10716 0
Current children cumulated CPU time (s) 3211.49
Current children cumulated vsize (KiB) 60352

[startup+3282.3 s]
/proc/loadavg: 2.07 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1873864/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=47308 CPUtime=3269.67
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 11848 0 0 0 326950 17 0 0 25 0 1 0 45890682 48443392 11449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 11827 11449 79 151 0 11673 0
Current children cumulated CPU time (s) 3271.24
Current children cumulated vsize (KiB) 64180

[startup+3342.3 s]
/proc/loadavg: 2.07 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1872264/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=49032 CPUtime=3329.43
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 12268 0 0 0 332926 17 0 0 25 0 1 0 45890682 50208768 11869 996147200 134512640 135134323 4294956192 18446744073709551615 134528337 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 12258 11869 79 151 0 12104 0
Current children cumulated CPU time (s) 3331
Current children cumulated vsize (KiB) 65904

[startup+3402.31 s]
/proc/loadavg: 2.06 2.06 2.07 3/83 21781
/proc/meminfo: memFree=1870664/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=50572 CPUtime=3389.2
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 12655 0 0 0 338902 18 0 0 25 0 1 0 45890682 51785728 12256 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 12643 12256 79 151 0 12489 0
Current children cumulated CPU time (s) 3390.77
Current children cumulated vsize (KiB) 67444

[startup+3462.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/83 21781
/proc/meminfo: memFree=1870472/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=50572 CPUtime=3448.96
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 12656 0 0 0 344878 18 0 0 25 0 1 0 45890682 51785728 12257 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 12643 12257 79 151 0 12489 0
Current children cumulated CPU time (s) 3450.53
Current children cumulated vsize (KiB) 67444

[startup+3522.3 s]
/proc/loadavg: 2.13 2.08 2.07 3/83 21781
/proc/meminfo: memFree=1869192/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=52072 CPUtime=3508.71
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 13018 0 0 0 350853 18 0 0 25 0 1 0 45890682 53321728 12619 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 13018 12619 79 151 0 12864 0
Current children cumulated CPU time (s) 3510.28
Current children cumulated vsize (KiB) 68944

[startup+3582.3 s]
/proc/loadavg: 2.12 2.08 2.07 3/83 21781
/proc/meminfo: memFree=1868808/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=52248 CPUtime=3568.46
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 13043 0 0 0 356828 18 0 0 25 0 1 0 45890682 53501952 12644 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 13062 12644 79 151 0 12908 0
Current children cumulated CPU time (s) 3570.03
Current children cumulated vsize (KiB) 69120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.41 s]
/proc/loadavg: 2.07 2.07 2.07 3/83 21781
/proc/meminfo: memFree=1868808/2055920 swapFree=4181104/4192956
[pid=21649] ppid=21647 vsize=16872 CPUtime=1.57
/proc/21649/stat : 21649 (sugar++) S 21647 21649 21477 0 -1 4194304 1897 32916 4 9 6 3 126 22 16 0 1 0 45890562 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21649/statm: 4218 1117 414 3 0 797 0
[pid=21672] ppid=21649 vsize=52248 CPUtime=3598.45
/proc/21672/stat : 21672 (minisat-inc) R 21649 21649 21477 0 -1 4194304 13043 0 0 0 359827 18 0 0 25 0 1 0 45890682 53501952 12644 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/21672/statm: 13062 12644 79 151 0 12908 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 69120

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

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

Child status: 0
Real time (s): 3612.42
CPU time (s): 3600.07
CPU user time (s): 3599.61
CPU system time (s): 0.45793
CPU usage (%): 99.6579
Max. virtual memory (cumulated for all children) (KiB): 890532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
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= 47934
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2097
involuntary context switches= 56828

runsolver used 3.48147 second user time and 9.67753 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-12 21:44:46
IDJOB=1113813
IDBENCH=61645
IDSOLVER=367
FILE ID=node23/1113813-1215891886
PBS_JOBID= 7903664
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=845202925

node23.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.240
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.240
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:       1854464 kB
Buffers:          7748 kB
Cached:          45684 kB
SwapCached:       5456 kB
Active:         130944 kB
Inactive:        19868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854464 kB
SwapTotal:     4192956 kB
SwapFree:      4181104 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:         113820 kB
Slab:            35796 kB
Committed_AS:  1007408 kB
PageTables:       2048 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= 66540 MiB
End job on node23 at 2008-07-12 22:45:00