Trace number 1126644

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.09 3616.34

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-54_ext.xml
MD5SUM7895327a35df6364b905ad1a056df0d4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark0.371942
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints271
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension271
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Wed Jul 16 07:23:38 2008
0.01/0.13	c 0	PID 27003
0.01/0.13	c 0	HOST node40.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1126644-1216185818.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126644-1216185818.xml' 'HOME/temp.csp'
0.03/0.39	c 1	3 domains, 68 variables, 0 predicates, 11 relations, 271 constraints
0.03/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.44	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.52	c 1	Parsing HOME/temp.csp
0.32/0.61	c 1	parsed 353 expressions
0.32/0.62	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.63	c 1	MAX CSP: 271 constraints
0.32/0.63	c 1	Converting to clausal form CSP
0.32/0.65	c 1	converted 63 (10%) expressions
0.32/0.67	c 1	converted 126 (20%) expressions
0.32/0.67	c 1	converted 189 (30%) expressions
0.32/0.68	c 1	converted 251 (40%) expressions
0.32/0.68	c 1	converted 314 (50%) expressions
0.32/0.69	c 1	converted 377 (60%) expressions
0.32/0.70	c 1	converted 439 (70%) expressions
0.32/0.70	c 1	converted 502 (80%) expressions
0.32/0.71	c 1	converted 565 (90%) expressions
0.32/0.86	c 1	converted 627 (100%) expressions
0.32/0.86	c 1	CSP : 610 integers, 0 booleans, 812 clauses, largest domain size 407
0.32/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.86	c 1	Propagation in CSP
0.32/0.90	c 1	266 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.90	c 1	CSP : 610 integers, 0 booleans, 812 clauses, largest domain size 272
0.32/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.90	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.90	c 1	CSP : 610 integers, 0 booleans, 812 clauses, largest domain size 272
0.32/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.93	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.93	c 1	61 (10%) CSP integer variables are encoded (52 clauses, 540 bytes)
0.32/0.93	c 1	122 (20%) CSP integer variables are encoded (58 clauses, 606 bytes)
0.32/0.94	c 1	183 (30%) CSP integer variables are encoded (58 clauses, 606 bytes)
0.32/0.94	c 1	244 (40%) CSP integer variables are encoded (58 clauses, 606 bytes)
0.32/0.94	c 1	305 (50%) CSP integer variables are encoded (58 clauses, 606 bytes)
0.32/0.95	c 1	366 (60%) CSP integer variables are encoded (405 clauses, 4423 bytes)
0.32/0.95	c 1	427 (70%) CSP integer variables are encoded (739 clauses, 8386 bytes)
0.32/0.95	c 1	488 (80%) CSP integer variables are encoded (1189 clauses, 14236 bytes)
0.32/0.95	c 1	549 (90%) CSP integer variables are encoded (1523 clauses, 18578 bytes)
0.32/0.96	c 1	610 (100%) CSP integer variables are encoded (3888 clauses, 49323 bytes)
0.32/0.97	c 1	82 (10%) CSP clauses are encoded (4002 clauses, 51032 bytes)
0.32/0.99	c 1	163 (20%) CSP clauses are encoded (4183 clauses, 54200 bytes)
0.32/1.00	c 1	244 (30%) CSP clauses are encoded (4340 clauses, 56960 bytes)
0.32/1.01	c 1	325 (40%) CSP clauses are encoded (4937 clauses, 65434 bytes)
0.32/1.03	c 1	406 (50%) CSP clauses are encoded (9758 clauses, 141229 bytes)
0.32/1.04	c 1	488 (60%) CSP clauses are encoded (11358 clauses, 168418 bytes)
0.32/1.06	c 1	569 (70%) CSP clauses are encoded (24849 clauses, 413510 bytes)
0.32/1.07	c 1	650 (80%) CSP clauses are encoded (26598 clauses, 443339 bytes)
0.32/1.08	c 1	731 (90%) CSP clauses are encoded (30627 clauses, 514781 bytes)
1.06/1.23	c 1	812 (100%) CSP clauses are encoded (103693 clauses, 1836799 bytes)
1.06/1.23	c 1	812 CSP clauses encoded
1.06/1.23	c 1	Writing map file : HOME/temp.map
1.06/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.24	c 1	SAT : 4497 SAT variables, 103693 SAT clauses, 1836799 bytes
1.06/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.28	c 1	OBJECTIVE minimize _COST
1.12/1.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.12/1.30	c 2	SEARCHING: _COST <= 136
1.12/1.30	c 2	SOLVING HOME/temp.cnf
1.12/1.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.30	c 2	This is MiniSat 2.0 beta
1.12/1.30	c 2	WARNING: for repeatability, setting FPU to use double precision
1.12/1.30	c 2	============================[ Problem Statistics ]=============================
1.12/1.30	c 2	|                                                                             |
1.12/1.31	c 2	|  Number of variables:  4497                                                 |
1.12/1.31	c 2	|  Number of clauses:    103694                                               |
1.12/1.36	c 2	|  Parsing time:         0.05         s                                       |
1.12/1.38	c 2	============================[ Search Statistics ]==============================
1.12/1.38	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.38	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.38	c 2	===============================================================================
1.12/1.38	c 2	|         0 |    3282    66878   192679 |    22292        0    nan |  0.000 % |
1.12/1.39	c 2	===============================================================================
1.12/1.39	c 2	restarts              : 1
1.12/1.39	c 2	conflicts             : 24             (286 /sec)
1.12/1.39	c 2	decisions             : 295            (1.02 % random) (3512 /sec)
1.12/1.39	c 2	propagations          : 28772          (342577 /sec)
1.12/1.39	c 2	conflict literals     : 267            (23.05 % deleted)
1.12/1.39	c 2	Memory used           : 6.18 MB
1.12/1.39	c 2	CPU time              : 0.083987 s
1.12/1.39	c 2	
1.12/1.40	c 2	SATISFIABLE
1.12/1.40	c 2	FOUND: _COST <= 136
1.12/1.40	s SATISFIABLE
1.12/1.40	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.12/1.40	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.12/1.48	c 2	Decoding HOME/temp.out
1.22/1.55	c 2	OBJECTIVE _COST 124
1.22/1.55	o 124
1.22/1.56	v 1 1 0 0 1 1 1 1 0 1 0 1 1 1 2 1 2 3 1 1 1 1 1 1 0 3 1 1 3 1 3 3 3 3 3 1 3 3 3 1 1 3 2 1 3 2 1 3 3 3 3 2 1 1 1 3 1 0 1 1 0 0 3 0 0 2 1 -1
1.22/1.56	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.61	c 2	OBJECTIVE BOUND: 0 <= _COST <= 124
1.22/1.61	c 2	SEARCHING: _COST <= 62
1.22/1.61	c 2	SOLVING HOME/temp.cnf
1.22/1.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.62	c 2	This is MiniSat 2.0 beta
1.22/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.22/1.62	c 2	============================[ Problem Statistics ]=============================
1.22/1.62	c 2	|                                                                             |
1.22/1.62	c 2	|  Number of variables:  4497                                                 |
1.22/1.62	c 2	|  Number of clauses:    103694                                               |
1.22/1.67	c 2	|  Parsing time:         0.04         s                                       |
1.22/1.70	c 2	============================[ Search Statistics ]==============================
1.22/1.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.70	c 2	===============================================================================
1.22/1.70	c 2	|         0 |    2524    40845   116780 |    13615        0    nan |  0.000 % |
1.38/1.71	c 2	===============================================================================
1.38/1.71	c 2	restarts              : 1
1.38/1.71	c 2	conflicts             : 35             (449 /sec)
1.38/1.71	c 2	decisions             : 168            (0.60 % random) (2154 /sec)
1.38/1.71	c 2	propagations          : 16978          (217700 /sec)
1.38/1.71	c 2	conflict literals     : 583            (18.23 % deleted)
1.38/1.71	c 2	Memory used           : 6.18 MB
1.38/1.71	c 2	CPU time              : 0.077988 s
1.38/1.71	c 2	
1.38/1.71	c 2	SATISFIABLE
1.38/1.71	c 2	FOUND: _COST <= 62
1.38/1.71	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.38/1.71	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.38/1.79	c 2	Decoding HOME/temp.out
1.48/1.89	c 2	OBJECTIVE _COST 62
1.48/1.89	o 62
1.48/1.90	v 1 0 0 0 1 1 1 1 1 1 0 1 1 3 2 2 3 2 1 0 1 1 0 1 0 1 1 0 1 0 3 1 2 0 1 1 2 3 3 1 1 1 3 1 3 2 1 3 3 0 1 2 1 0 1 3 0 0 1 0 0 0 2 0 0 2 0 -1
1.48/1.90	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 62
1.48/1.92	c 2	SEARCHING: _COST <= 31
1.48/1.92	c 2	SOLVING HOME/temp.cnf
1.48/1.92	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.92	c 2	This is MiniSat 2.0 beta
1.48/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.48/1.92	c 2	============================[ Problem Statistics ]=============================
1.48/1.92	c 2	|                                                                             |
1.48/1.93	c 2	|  Number of variables:  4497                                                 |
1.48/1.93	c 2	|  Number of clauses:    103694                                               |
1.48/1.98	c 2	|  Parsing time:         0.05         s                                       |
1.66/2.00	c 2	============================[ Search Statistics ]==============================
1.66/2.00	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.66/2.00	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.66/2.00	c 2	===============================================================================
1.66/2.00	c 2	|         0 |    2100    24139    67903 |     8046        0    nan |  0.000 % |
1.66/2.01	c 2	|       100 |    2100    24139    67903 |     8850      100     18 | 53.302 % |
1.66/2.02	c 2	|       250 |    2100    24139    67903 |     9736      250     19 | 53.302 % |
1.66/2.04	c 2	|       475 |    2100    24139    67903 |    10709      475     19 | 53.302 % |
1.66/2.07	c 2	|       814 |    2100    24139    67903 |    11780      814     18 | 53.302 % |
1.66/2.07	c 2	===============================================================================
1.66/2.08	c 2	restarts              : 5
1.66/2.08	c 2	conflicts             : 858            (6043 /sec)
1.66/2.08	c 2	decisions             : 1322           (0.83 % random) (9311 /sec)
1.66/2.08	c 2	propagations          : 254013         (1789101 /sec)
1.66/2.08	c 2	conflict literals     : 15319          (21.24 % deleted)
1.66/2.08	c 2	Memory used           : 6.18 MB
1.66/2.08	c 2	CPU time              : 0.141978 s
1.66/2.08	c 2	
1.66/2.08	c 2	SATISFIABLE
1.66/2.08	c 2	FOUND: _COST <= 31
1.66/2.08	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.66/2.08	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.81/2.16	c 2	Decoding HOME/temp.out
1.92/2.24	c 2	OBJECTIVE _COST 31
1.92/2.24	o 31
1.92/2.24	v 0 0 0 0 0 1 1 0 0 1 0 1 0 2 2 3 1 0 1 0 1 1 0 1 0 1 1 0 1 1 3 2 3 1 2 1 3 1 3 1 0 2 1 1 3 3 1 3 2 0 3 0 0 1 0 1 1 0 1 0 0 0 2 0 0 2 0 -1
1.92/2.25	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.92/2.29	c 2	OBJECTIVE BOUND: 0 <= _COST <= 31
1.92/2.29	c 2	SEARCHING: _COST <= 15
1.92/2.29	c 2	SOLVING HOME/temp.cnf
1.92/2.29	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.30	c 3	This is MiniSat 2.0 beta
1.92/2.30	c 3	WARNING: for repeatability, setting FPU to use double precision
1.92/2.30	c 3	============================[ Problem Statistics ]=============================
1.92/2.30	c 3	|                                                                             |
1.92/2.30	c 3	|  Number of variables:  4497                                                 |
1.92/2.30	c 3	|  Number of clauses:    103694                                               |
1.99/2.35	c 3	|  Parsing time:         0.05         s                                       |
1.99/2.38	c 3	============================[ Search Statistics ]==============================
1.99/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.38	c 3	===============================================================================
1.99/2.38	c 3	|         0 |    1750    13723    37689 |     4574        0    nan |  0.000 % |
1.99/2.40	c 3	|       101 |    1750    13723    37689 |     5031      101      9 | 61.085 % |
1.99/2.41	c 3	|       251 |    1750    13723    37689 |     5534      251     10 | 61.085 % |
1.99/2.43	c 3	|       477 |    1750    13723    37689 |     6088      477     11 | 61.086 % |
1.99/2.46	c 3	|       814 |    1750    13723    37689 |     6697      814     12 | 61.085 % |
1.99/2.51	c 3	|      1320 |    1750    13723    37689 |     7367     1320     12 | 61.086 % |
1.99/2.60	c 3	|      2079 |    1750    13723    37689 |     8103     2079     12 | 61.085 % |
1.99/2.74	c 3	|      3218 |    1750    13723    37689 |     8914     3218     12 | 61.085 % |
1.99/2.94	c 3	|      4926 |    1750    13723    37689 |     9805     4926     12 | 61.086 % |
1.99/3.28	c 3	|      7490 |    1750    13723    37689 |    10786     7490     12 | 61.085 % |
3.47/3.83	c 4	|     11334 |    1750    13723    37689 |    11864    11334     13 | 61.085 % |
4.56/4.91	c 5	|     17102 |    1750    13723    37689 |    13051     9628     13 | 61.085 % |
6.06/6.46	c 7	|     25752 |    1750    13723    37689 |    14356    10237     12 | 61.085 % |
7.75/8.12	c 8	===============================================================================
7.75/8.12	c 8	restarts              : 13
7.75/8.12	c 8	conflicts             : 35025          (6052 /sec)
7.75/8.12	c 8	decisions             : 40874          (1.06 % random) (7063 /sec)
7.75/8.12	c 8	propagations          : 10857700       (1876184 /sec)
7.75/8.12	c 8	conflict literals     : 436695         (30.29 % deleted)
7.75/8.12	c 8	Memory used           : 6.31 MB
7.75/8.12	c 8	CPU time              : 5.78712 s
7.75/8.12	c 8	
7.75/8.12	c 8	UNSATISFIABLE
7.75/8.13	c 8	NOT FOUND: _COST <= 15
7.75/8.13	c 8	OBJECTIVE BOUND: 16 <= _COST <= 31
7.75/8.13	c 8	SEARCHING: _COST <= 23
7.75/8.13	c 8	SOLVING HOME/temp.cnf
7.75/8.13	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.75/8.13	c 8	This is MiniSat 2.0 beta
7.75/8.13	c 8	WARNING: for repeatability, setting FPU to use double precision
7.75/8.13	c 8	============================[ Problem Statistics ]=============================
7.75/8.13	c 8	|                                                                             |
7.75/8.13	c 8	|  Number of variables:  4497                                                 |
7.75/8.13	c 8	|  Number of clauses:    103694                                               |
7.75/8.19	c 8	|  Parsing time:         0.05         s                                       |
7.78/8.21	c 8	============================[ Search Statistics ]==============================
7.78/8.21	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.78/8.21	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.78/8.21	c 8	===============================================================================
7.78/8.21	c 8	|         0 |    1940    18863    52547 |     6287        0    nan |  0.000 % |
7.78/8.23	c 8	|       100 |    1940    18863    52547 |     6916      100     14 | 56.860 % |
7.78/8.24	c 8	|       251 |    1940    18863    52547 |     7608      251     16 | 56.860 % |
7.78/8.26	c 8	|       476 |    1940    18863    52547 |     8368      476     17 | 56.860 % |
7.78/8.29	c 8	|       813 |    1940    18863    52547 |     9205      813     17 | 56.860 % |
7.78/8.33	c 9	|      1321 |    1940    18863    52547 |    10126     1321     16 | 56.861 % |
7.78/8.41	c 9	|      2081 |    1940    18863    52547 |    11138     2081     15 | 56.860 % |
7.78/8.54	c 9	|      3221 |    1940    18863    52547 |    12252     3221     19 | 56.861 % |
7.78/8.72	c 9	|      4932 |    1940    18863    52547 |    13478     4932     17 | 56.860 % |
8.63/9.04	c 9	|      7495 |    1940    18863    52547 |    14825     7495     18 | 56.860 % |
9.13/9.55	c 10	|     11339 |    1940    18863    52547 |    16308    11339     19 | 56.860 % |
10.02/10.49	c 11	|     17106 |    1940    18863    52547 |    17939    17106     18 | 56.861 % |
11.52/11.93	c 12	|     25756 |    1940    18863    52547 |    19733    15100     14 | 56.861 % |
11.91/12.35	c 13	===============================================================================
11.91/12.35	c 13	restarts              : 13
11.91/12.35	c 13	conflicts             : 28288          (6752 /sec)
11.91/12.35	c 13	decisions             : 32748          (0.92 % random) (7817 /sec)
11.91/12.35	c 13	propagations          : 7842257        (1871945 /sec)
11.91/12.35	c 13	conflict literals     : 487321         (26.36 % deleted)
11.91/12.35	c 13	Memory used           : 6.50 MB
11.91/12.35	c 13	CPU time              : 4.18936 s
11.91/12.35	c 13	
11.91/12.35	c 13	SATISFIABLE
11.91/12.35	c 13	FOUND: _COST <= 23
11.91/12.35	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.91/12.35	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.98/12.43	c 13	Decoding HOME/temp.out
11.99/12.51	c 13	OBJECTIVE _COST 23
11.99/12.51	o 23
11.99/12.51	v 0 0 0 0 0 1 0 1 0 1 0 1 0 0 2 0 1 2 1 0 1 1 0 1 0 1 1 0 3 0 1 1 2 0 1 1 2 0 3 1 1 2 0 1 1 3 1 2 3 1 3 1 0 1 0 3 1 0 0 0 0 0 2 0 0 2 0 -1
11.99/12.51	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.99/12.57	c 13	OBJECTIVE BOUND: 16 <= _COST <= 23
11.99/12.57	c 13	SEARCHING: _COST <= 19
11.99/12.57	c 13	SOLVING HOME/temp.cnf
11.99/12.57	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.99/12.57	c 13	This is MiniSat 2.0 beta
11.99/12.57	c 13	WARNING: for repeatability, setting FPU to use double precision
11.99/12.57	c 13	============================[ Problem Statistics ]=============================
11.99/12.57	c 13	|                                                                             |
11.99/12.57	c 13	|  Number of variables:  4497                                                 |
11.99/12.57	c 13	|  Number of clauses:    103694                                               |
12.15/12.63	c 13	|  Parsing time:         0.05         s                                       |
12.15/12.66	c 13	============================[ Search Statistics ]==============================
12.15/12.66	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.15/12.66	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.15/12.66	c 13	===============================================================================
12.15/12.66	c 13	|         0 |    1860    16489    45661 |     5496        0    nan |  0.000 % |
12.15/12.67	c 13	|       100 |    1860    16489    45661 |     6045      100     12 | 58.639 % |
12.15/12.69	c 13	|       250 |    1860    16489    45661 |     6650      250     13 | 58.640 % |
12.15/12.71	c 13	|       476 |    1860    16489    45661 |     7315      476     12 | 58.640 % |
12.15/12.74	c 13	|       813 |    1860    16489    45661 |     8047      813     12 | 58.639 % |
12.15/12.79	c 13	|      1319 |    1860    16489    45661 |     8851     1319     12 | 58.640 % |
12.15/12.87	c 13	|      2078 |    1860    16489    45661 |     9737     2078     12 | 58.640 % |
12.15/12.99	c 13	|      3219 |    1860    16489    45661 |    10710     3219     12 | 58.640 % |
12.15/13.20	c 13	|      4928 |    1860    16489    45661 |    11781     4928     12 | 58.640 % |
13.05/13.55	c 14	|      7490 |    1860    16489    45661 |    12960     7490     13 | 58.639 % |
13.65/14.15	c 14	|     11334 |    1860    16489    45661 |    14256    11334     13 | 58.640 % |
14.65/15.19	c 15	|     17102 |    1860    16489    45661 |    15681    17102     14 | 58.639 % |
16.34/16.81	c 17	|     25751 |    1860    16489    45661 |    17249    16241     15 | 58.640 % |
18.82/19.35	c 20	|     38725 |    1860    16489    45661 |    18974    19032     17 | 58.639 % |
23.20/23.76	c 24	|     58186 |    1860    16489    45661 |    20872    16150     18 | 58.639 % |
29.97/30.60	c 31	|     87378 |    1860    16489    45661 |    22959    21191     18 | 58.639 % |
41.42/42.05	c 42	|    131169 |    1860    16489    45661 |    25255    25024     18 | 58.639 % |
59.02/59.75	c 60	|    196853 |    1860    16489    45661 |    27781    13687     17 | 58.639 % |
84.50/85.38	c 86	|    295380 |    1860    16489    45661 |    30559    23771     19 | 58.639 % |
126.99/128.09	c 128	|    443169 |    1860    16489    45661 |    33615    33559     18 | 58.640 % |
194.35/195.73	c 196	|    664853 |    1860    16489    45661 |    36976    25934     16 | 58.639 % |
300.82/302.75	c 303	|    997380 |    1860    16489    45661 |    40674    15843     17 | 58.640 % |
466.70/469.49	c 470	|   1496168 |    1854    16438    45526 |    44741    38000     17 | 58.773 % |
617.36/620.90	c 621	===============================================================================
617.36/620.90	c 621	restarts              : 23
617.36/620.90	c 621	conflicts             : 1909032        (3154 /sec)
617.36/620.90	c 621	decisions             : 2194613        (0.86 % random) (3626 /sec)
617.36/620.90	c 621	propagations          : 533650811      (881658 /sec)
617.36/620.90	c 621	conflict literals     : 34417712       (27.72 % deleted)
617.36/620.90	c 621	Memory used           : 14.54 MB
617.36/620.90	c 621	CPU time              : 605.281 s
617.36/620.90	c 621	
617.36/620.90	c 621	UNSATISFIABLE
617.46/620.90	c 621	NOT FOUND: _COST <= 19
617.46/620.90	c 621	OBJECTIVE BOUND: 20 <= _COST <= 23
617.46/620.90	c 621	SEARCHING: _COST <= 21
617.46/620.90	c 621	SOLVING HOME/temp.cnf
617.46/620.90	c 621	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
617.46/620.91	c 621	This is MiniSat 2.0 beta
617.46/620.91	c 621	WARNING: for repeatability, setting FPU to use double precision
617.46/620.91	c 621	============================[ Problem Statistics ]=============================
617.46/620.91	c 621	|                                                                             |
617.46/620.91	c 621	|  Number of variables:  4497                                                 |
617.46/620.91	c 621	|  Number of clauses:    103694                                               |
617.46/620.96	c 621	|  Parsing time:         0.05         s                                       |
617.46/620.99	c 621	============================[ Search Statistics ]==============================
617.46/620.99	c 621	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
617.46/620.99	c 621	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
617.46/620.99	c 621	===============================================================================
617.46/620.99	c 621	|         0 |    1900    17654    49038 |     5884        0    nan |  0.000 % |
617.47/621.01	c 621	|       101 |    1900    17654    49038 |     6473      101     12 | 57.750 % |
617.47/621.02	c 621	|       251 |    1900    17654    49038 |     7120      251     14 | 57.750 % |
617.47/621.04	c 621	|       476 |    1900    17654    49038 |     7832      476     14 | 57.750 % |
617.47/621.07	c 621	|       813 |    1900    17654    49038 |     8615      813     16 | 57.750 % |
617.47/621.11	c 621	|      1320 |    1900    17654    49038 |     9477     1320     18 | 57.750 % |
617.47/621.18	c 621	|      2080 |    1900    17654    49038 |    10425     2080     16 | 57.750 % |
617.47/621.31	c 622	|      3219 |    1900    17654    49038 |    11467     3219     17 | 57.750 % |
618.05/621.52	c 622	|      4928 |    1900    17654    49038 |    12614     4928     18 | 57.750 % |
618.34/621.84	c 622	|      7490 |    1900    17654    49038 |    13875     7490     19 | 57.750 % |
618.94/622.41	c 623	|     11334 |    1900    17654    49038 |    15263    11334     19 | 57.750 % |
619.94/623.41	c 624	|     17100 |    1900    17654    49038 |    16789    17100     18 | 57.750 % |
621.43/624.90	c 625	|     25749 |    1900    17654    49038 |    18468    15730     16 | 57.750 % |
623.62/627.19	c 627	|     38724 |    1900    17654    49038 |    20315    17874     17 | 57.750 % |
627.70/631.21	c 631	|     58186 |    1900    17654    49038 |    22347    13679     20 | 57.750 % |
633.77/637.38	c 638	|     87378 |    1900    17654    49038 |    24581    16194     22 | 57.750 % |
644.62/648.21	c 648	|    131167 |    1900    17654    49038 |    27039    15562     17 | 57.750 % |
662.53/666.27	c 666	|    196853 |    1900    17654    49038 |    29743    14641     20 | 57.750 % |
689.00/692.89	c 693	|    295380 |    1900    17654    49038 |    32718    15864     17 | 57.750 % |
734.87/738.98	c 739	|    443172 |    1900    17654    49038 |    35990    31104     21 | 57.750 % |
803.63/808.07	c 808	|    664855 |    1900    17654    49038 |    39589    23868     19 | 57.750 % |
915.37/920.37	c 921	|    997380 |    1900    17654    49038 |    43548    14271     20 | 57.750 % |
1091.39/1097.26	c 1097	|   1496169 |    1900    17654    49038 |    47902    30871     22 | 57.750 % |
1390.12/1397.44	c 1398	|   2244351 |    1900    17654    49038 |    52693    17464     18 | 57.750 % |
1837.38/1846.25	c 1846	|   3366625 |    1900    17654    49038 |    57962    35896     23 | 57.750 % |
2585.94/2597.98	c 2598	|   5050036 |    1900    17654    49038 |    63758    17774     23 | 57.750 % |
3600.05/3616.31	sh: line 1: 27079 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3616.32	c ERROR INTERRUPTED
3600.05/3616.32	c 3617	CPU 3598.95 (0.04 0.02 3598.91 1.1)
3600.05/3616.32	c 3617	END Wed Jul 16 08:23:55 2008

Verifier Data (download as text)

OK	23	248
23 unsatisfied constraints, 248 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-1126644-1216185818/watcher-1126644-1216185818 -o /tmp/evaluation-result-1126644-1216185818/solver-1126644-1216185818 -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-1126644-1216185818.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.04 2.33 2.46 4/81 27003
/proc/meminfo: memFree=1883600/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=18572 CPUtime=0
/proc/27003/stat : 27003 (runsolver) R 27001 27003 26937 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 75281489 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27003/statm: 4643 292 257 25 0 2626 0

[startup+0.106056 s]
/proc/loadavg: 2.04 2.33 2.46 4/81 27003
/proc/meminfo: memFree=1883600/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=12676 CPUtime=0.01
/proc/27003/stat : 27003 (sugar) D 27001 27003 26937 0 -1 4194304 533 0 0 0 0 1 0 0 18 0 1 0 75281489 12980224 501 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/27003/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.201079 s]
/proc/loadavg: 2.04 2.33 2.46 4/81 27003
/proc/meminfo: memFree=1883600/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=0.03
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 75281489 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301098 s]
/proc/loadavg: 2.04 2.33 2.46 4/81 27003
/proc/meminfo: memFree=1883600/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=0.03
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 75281489 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701186 s]
/proc/loadavg: 2.04 2.33 2.46 4/81 27003
/proc/meminfo: memFree=1883600/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=0.32
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 974 4229 0 1 2 1 27 2 15 0 1 0 75281489 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.04 2.33 2.46 3/92 27025
/proc/meminfo: memFree=1868472/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=1.22
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1126 12606 3 3 3 1 107 11 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13600

[startup+3.10168 s]
/proc/loadavg: 2.04 2.33 2.46 4/92 27061
/proc/meminfo: memFree=1874040/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=1.99
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1413 27496 3 6 3 2 172 22 15 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13600

[startup+6.30236 s]
/proc/loadavg: 2.04 2.33 2.45 3/84 27063
/proc/meminfo: memFree=1873144/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=1.99
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1413 27496 3 6 3 2 172 22 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27062] ppid=27003 vsize=5356 CPUtime=0
/proc/27062/stat : 27062 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75281719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27062/statm: 1339 232 193 169 0 50 0
[pid=27063] ppid=27062 vsize=6460 CPUtime=3.97
/proc/27063/stat : 27063 (minisat) R 27062 27003 26937 0 -1 4194304 1491 0 0 0 397 0 0 0 25 0 1 0 75281719 6615040 1477 996147200 134512640 135127466 4294956256 18446744073709551615 134531089 0 0 4096 3 0 0 0 17 1 0 0
/proc/27063/statm: 1615 1477 75 150 0 1462 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 25416

[startup+12.7017 s]
/proc/loadavg: 2.03 2.32 2.45 3/84 27065
/proc/meminfo: memFree=1872824/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 15 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 13600

[startup+25.5014 s]
/proc/loadavg: 2.02 2.31 2.44 3/84 27077
/proc/meminfo: memFree=1872248/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=7248 CPUtime=12.84
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 1695 0 0 0 1284 0 0 0 25 0 1 0 75282747 7421952 1681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 1812 1681 75 150 0 1659 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 26204

[startup+51.1017 s]
/proc/loadavg: 2.02 2.28 2.43 3/84 27077
/proc/meminfo: memFree=1870968/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=8616 CPUtime=38.32
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 2031 0 0 0 3831 1 0 0 25 0 1 0 75282747 8822784 2017 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 2154 2017 75 150 0 2001 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 27572

[startup+102.302 s]
/proc/loadavg: 2.00 2.23 2.41 3/84 27077
/proc/meminfo: memFree=1869624/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=9836 CPUtime=89.27
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 2323 0 0 0 8926 1 0 0 25 0 1 0 75282747 10072064 2309 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 2459 2309 75 150 0 2306 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 28792

[startup+162.301 s]
/proc/loadavg: 2.00 2.19 2.38 3/84 27077
/proc/meminfo: memFree=1868792/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=10660 CPUtime=148.96
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 2518 0 0 0 14895 1 0 0 25 0 1 0 75282747 10915840 2504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 2665 2504 75 150 0 2512 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 29616

[startup+222.307 s]
/proc/loadavg: 2.00 2.15 2.35 3/84 27077
/proc/meminfo: memFree=1868024/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=11424 CPUtime=208.68
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 2703 0 0 0 20866 2 0 0 25 0 1 0 75282747 11698176 2689 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 2856 2689 75 150 0 2703 0
Current children cumulated CPU time (s) 220.83
Current children cumulated vsize (KiB) 30380

[startup+282.301 s]
/proc/loadavg: 2.00 2.12 2.33 3/84 27077
/proc/meminfo: memFree=1867128/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=12268 CPUtime=268.38
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 2909 0 0 0 26836 2 0 0 25 0 1 0 75282747 12562432 2895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 3067 2895 75 150 0 2914 0
Current children cumulated CPU time (s) 280.53
Current children cumulated vsize (KiB) 31224

[startup+342.303 s]
/proc/loadavg: 2.00 2.10 2.30 3/84 27077
/proc/meminfo: memFree=1866232/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=12.15
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1584 34905 3 7 4 2 1184 25 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27076] ppid=27003 vsize=5356 CPUtime=0
/proc/27076/stat : 27076 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75282747 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27076/statm: 1339 232 193 169 0 50 0
[pid=27077] ppid=27076 vsize=13308 CPUtime=328.08
/proc/27077/stat : 27077 (minisat) R 27076 27003 26937 0 -1 4194304 3127 0 0 0 32806 2 0 0 25 0 1 0 75282747 13627392 3113 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/27077/statm: 3327 3113 75 150 0 3174 0

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

[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=26800 CPUtime=2411.01
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6248 0 0 0 241024 77 0 0 25 0 1 0 75343580 27443200 6234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6700 6234 75 150 0 6547 0
Current children cumulated CPU time (s) 3028.48
Current children cumulated vsize (KiB) 45756

[startup+3102.3 s]
/proc/loadavg: 2.07 2.02 2.07 3/84 27202
/proc/meminfo: memFree=1852672/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=26800 CPUtime=2470.76
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6268 0 0 0 246999 77 0 0 25 0 1 0 75343580 27443200 6254 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6700 6254 75 150 0 6547 0
Current children cumulated CPU time (s) 3088.23
Current children cumulated vsize (KiB) 45756

[startup+3162.3 s]
/proc/loadavg: 2.07 2.03 2.07 3/84 27202
/proc/meminfo: memFree=1850816/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27600 CPUtime=2530.52
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6448 0 0 0 252974 78 0 0 25 0 1 0 75343580 28262400 6434 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6900 6434 75 150 0 6747 0
Current children cumulated CPU time (s) 3147.99
Current children cumulated vsize (KiB) 46556

[startup+3222.3 s]
/proc/loadavg: 2.02 2.02 2.06 3/84 27202
/proc/meminfo: memFree=1849792/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27600 CPUtime=2590.27
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6456 0 0 0 258949 78 0 0 25 0 1 0 75343580 28262400 6442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6900 6442 75 150 0 6747 0
Current children cumulated CPU time (s) 3207.74
Current children cumulated vsize (KiB) 46556

[startup+3282.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/84 27202
/proc/meminfo: memFree=1846720/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27736 CPUtime=2650.02
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6485 0 0 0 264924 78 0 0 25 0 1 0 75343580 28401664 6471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6934 6471 75 150 0 6781 0
Current children cumulated CPU time (s) 3267.49
Current children cumulated vsize (KiB) 46692

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/84 27202
/proc/meminfo: memFree=1845632/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27736 CPUtime=2709.77
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6500 0 0 0 270899 78 0 0 25 0 1 0 75343580 28401664 6486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6934 6486 75 150 0 6781 0
Current children cumulated CPU time (s) 3327.24
Current children cumulated vsize (KiB) 46692

[startup+3402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/84 27204
/proc/meminfo: memFree=1844288/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27916 CPUtime=2769.51
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6529 0 0 0 276873 78 0 0 25 0 1 0 75343580 28585984 6515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6979 6515 75 150 0 6826 0
Current children cumulated CPU time (s) 3386.98
Current children cumulated vsize (KiB) 46872

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 27204
/proc/meminfo: memFree=1841344/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=27916 CPUtime=2829.27
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6557 0 0 0 282849 78 0 0 25 0 1 0 75343580 28585984 6543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 6979 6543 75 150 0 6826 0
Current children cumulated CPU time (s) 3446.74
Current children cumulated vsize (KiB) 46872

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 27204
/proc/meminfo: memFree=1840000/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=28236 CPUtime=2889.02
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6608 0 0 0 288824 78 0 0 25 0 1 0 75343580 28913664 6594 996147200 134512640 135127466 4294956256 18446744073709551615 134527128 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 7059 6594 75 150 0 6906 0
Current children cumulated CPU time (s) 3506.49
Current children cumulated vsize (KiB) 47192

[startup+3582.3 s]
/proc/loadavg: 2.22 2.06 2.05 3/85 27205
/proc/meminfo: memFree=1162616/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=28368 CPUtime=2948.75
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6644 0 0 0 294796 79 0 0 25 0 1 0 75343580 29048832 6630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 7092 6630 75 150 0 6939 0
Current children cumulated CPU time (s) 3566.22
Current children cumulated vsize (KiB) 47324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.3 s]
/proc/loadavg: 1.97 2.02 2.04 2/85 27205
/proc/meminfo: memFree=1162040/2055920 swapFree=4181028/4192956
[pid=27003] ppid=27001 vsize=13600 CPUtime=617.47
/proc/27003/stat : 27003 (sugar) S 27001 27003 26937 0 -1 4194304 1640 38723 3 7 4 2 61712 29 16 0 1 0 75281489 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27003/statm: 3400 810 374 3 0 500 0
[pid=27078] ppid=27003 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27003 27003 26937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75343580 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=28368 CPUtime=2982.58
/proc/27079/stat : 27079 (minisat) R 27078 27003 26937 0 -1 4194304 6664 0 0 0 298178 80 0 0 25 0 1 0 75343580 29048832 6650 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/27079/statm: 7092 6650 75 150 0 6939 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 47324

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): 3616.34
CPU time (s): 3600.09
CPU user time (s): 3598.96
CPU system time (s): 1.13183
CPU usage (%): 99.5507
Max. virtual memory (cumulated for all children) (KiB): 887324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.13183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47381
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2929
involuntary context switches= 83589

runsolver used 3.59645 second user time and 11.2243 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-16 07:23:38
IDJOB=1126644
IDBENCH=64270
IDSOLVER=368
FILE ID=node40/1126644-1216185818
PBS_JOBID= 7905943
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-54_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126644-1216185818/watcher-1126644-1216185818 -o /tmp/evaluation-result-1126644-1216185818/solver-1126644-1216185818 -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-1126644-1216185818.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7895327a35df6364b905ad1a056df0d4
RANDOM SEED=1307896559

node40.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.261
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.261
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:       1884080 kB
Buffers:          7672 kB
Cached:          54480 kB
SwapCached:       6256 kB
Active:          99372 kB
Inactive:        20324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884080 kB
SwapTotal:     4192956 kB
SwapFree:      4181028 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          73236 kB
Slab:            37144 kB
Committed_AS:   363504 kB
PageTables:       2016 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= 66552 MiB
End job on node40 at 2008-07-16 08:23:57