Trace number 1127828

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.08 3621.91

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-300-186944_ext.xml
MD5SUMe6a74d519a5f5725bed17752d66928dc
Bench Category2-ARY-EXT (binary 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.58591
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints289
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension289
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.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul 23 03:32:55 2008
0.02/0.04	c 0	PID 8248
0.02/0.04	c 0	HOST node47.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1127828-1216776775.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127828-1216776775.xml' 'HOME/temp.csp'
0.03/0.64	c 1	1 domains, 80 variables, 0 predicates, 11 relations, 289 constraints
0.03/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	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.33/0.82	c 1	Parsing HOME/temp.csp
0.33/0.91	c 1	parsed 381 expressions
0.33/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.93	c 1	MAX CSP: 289 constraints
0.33/0.93	c 1	Converting to clausal form CSP
0.33/0.95	c 1	converted 68 (10%) expressions
0.33/0.96	c 1	converted 135 (20%) expressions
0.33/0.97	c 1	converted 202 (30%) expressions
0.33/0.97	c 1	converted 270 (40%) expressions
0.33/0.98	c 1	converted 337 (50%) expressions
0.33/0.98	c 1	converted 404 (60%) expressions
0.33/0.99	c 1	converted 472 (70%) expressions
0.33/0.99	c 1	converted 539 (80%) expressions
0.33/1.00	c 1	converted 606 (90%) expressions
0.67/1.14	c 1	converted 673 (100%) expressions
0.67/1.14	c 1	CSP : 658 integers, 0 booleans, 866 clauses, largest domain size 434
0.67/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.67/1.14	c 1	Propagation in CSP
0.67/1.18	c 1	286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.67/1.18	c 1	CSP : 658 integers, 0 booleans, 866 clauses, largest domain size 290
0.67/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.67/1.18	c 1	Simplifing CSP by introducing new Boolean variables
0.67/1.18	c 1	CSP : 658 integers, 0 booleans, 866 clauses, largest domain size 290
0.67/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.78/1.22	c 1	66 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.22	c 1	132 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.22	c 1	198 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.22	c 1	264 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.22	c 1	329 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.23	c 1	395 (60%) CSP integer variables are encoded (365 clauses, 4079 bytes)
0.78/1.24	c 1	461 (70%) CSP integer variables are encoded (734 clauses, 8487 bytes)
0.78/1.24	c 1	527 (80%) CSP integer variables are encoded (2362 clauses, 29651 bytes)
0.78/1.24	c 1	593 (90%) CSP integer variables are encoded (3464 clauses, 43977 bytes)
0.78/1.24	c 1	658 (100%) CSP integer variables are encoded (4116 clauses, 52453 bytes)
0.78/1.25	c 1	87 (10%) CSP clauses are encoded (4203 clauses, 53572 bytes)
0.78/1.27	c 1	174 (20%) CSP clauses are encoded (4291 clauses, 54790 bytes)
0.78/1.28	c 1	260 (30%) CSP clauses are encoded (4380 clauses, 56023 bytes)
0.78/1.29	c 1	347 (40%) CSP clauses are encoded (5067 clauses, 65555 bytes)
0.88/1.31	c 1	433 (50%) CSP clauses are encoded (10577 clauses, 154452 bytes)
0.88/1.32	c 1	520 (60%) CSP clauses are encoded (12346 clauses, 184573 bytes)
0.88/1.37	c 1	607 (70%) CSP clauses are encoded (34985 clauses, 583669 bytes)
0.98/1.41	c 1	693 (80%) CSP clauses are encoded (52409 clauses, 897330 bytes)
0.98/1.45	c 1	780 (90%) CSP clauses are encoded (74298 clauses, 1296312 bytes)
1.08/1.53	c 1	866 (100%) CSP clauses are encoded (116898 clauses, 2076056 bytes)
1.08/1.53	c 1	866 CSP clauses encoded
1.08/1.53	c 1	Writing map file : HOME/temp.map
1.08/1.54	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.54	c 1	SAT : 4774 SAT variables, 116898 SAT clauses, 2076056 bytes
1.08/1.54	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.55	c 1	OBJECTIVE minimize _COST
1.08/1.55	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.08/1.55	c 1	SEARCHING: _COST <= 145
1.08/1.55	c 1	SOLVING HOME/temp.cnf
1.08/1.55	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.08/1.56	c 1	This is MiniSat 2.0 beta
1.08/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.08/1.56	c 1	============================[ Problem Statistics ]=============================
1.08/1.56	c 1	|                                                                             |
1.08/1.56	c 1	|  Number of variables:  4774                                                 |
1.08/1.56	c 1	|  Number of clauses:    116899                                               |
1.14/1.62	c 2	|  Parsing time:         0.05         s                                       |
1.14/1.64	c 2	============================[ Search Statistics ]==============================
1.14/1.64	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.64	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.64	c 2	===============================================================================
1.14/1.64	c 2	|         0 |    3478    75212   216737 |    25070        0    nan |  0.000 % |
1.14/1.67	c 2	|       102 |    3476    75212   216737 |    27577      101     24 | 27.357 % |
1.14/1.67	c 2	===============================================================================
1.14/1.67	c 2	restarts              : 2
1.14/1.67	c 2	conflicts             : 108            (1049 /sec)
1.14/1.67	c 2	decisions             : 486            (0.62 % random) (4719 /sec)
1.14/1.67	c 2	propagations          : 49058          (476365 /sec)
1.14/1.67	c 2	conflict literals     : 2507           (15.13 % deleted)
1.14/1.67	c 2	Memory used           : 6.56 MB
1.14/1.67	c 2	CPU time              : 0.102984 s
1.14/1.67	c 2	
1.14/1.67	c 2	SATISFIABLE
1.14/1.68	c 2	FOUND: _COST <= 145
1.14/1.68	s SATISFIABLE
1.14/1.68	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.14/1.68	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.25/1.75	c 2	Decoding HOME/temp.out
1.25/1.82	c 2	OBJECTIVE _COST 130
1.25/1.82	o 130
1.25/1.83	v 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 1 0 1
1.25/1.83	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.89	c 2	OBJECTIVE BOUND: 0 <= _COST <= 130
1.25/1.89	c 2	SEARCHING: _COST <= 65
1.25/1.89	c 2	SOLVING HOME/temp.cnf
1.25/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.25/1.89	c 2	This is MiniSat 2.0 beta
1.25/1.89	c 2	WARNING: for repeatability, setting FPU to use double precision
1.25/1.89	c 2	============================[ Problem Statistics ]=============================
1.25/1.89	c 2	|                                                                             |
1.25/1.89	c 2	|  Number of variables:  4774                                                 |
1.25/1.89	c 2	|  Number of clauses:    116899                                               |
1.42/1.95	c 2	|  Parsing time:         0.05         s                                       |
1.42/1.98	c 2	============================[ Search Statistics ]==============================
1.42/1.98	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.42/1.98	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.42/1.98	c 2	===============================================================================
1.42/1.98	c 2	|         0 |    2656    45140   128907 |    15046        0    nan |  0.000 % |
1.42/2.00	c 2	|       101 |    2654    45140   128907 |    16551      100     21 | 44.596 % |
1.42/2.00	c 2	===============================================================================
1.42/2.00	c 2	restarts              : 2
1.42/2.00	c 2	conflicts             : 106            (1000 /sec)
1.42/2.00	c 2	decisions             : 269            (0.74 % random) (2538 /sec)
1.42/2.00	c 2	propagations          : 43302          (408575 /sec)
1.42/2.00	c 2	conflict literals     : 2100           (26.57 % deleted)
1.42/2.00	c 2	Memory used           : 6.69 MB
1.42/2.00	c 2	CPU time              : 0.105983 s
1.42/2.00	c 2	
1.42/2.00	c 2	SATISFIABLE
1.42/2.00	c 2	FOUND: _COST <= 65
1.42/2.01	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.42/2.01	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.42/2.09	c 2	Decoding HOME/temp.out
1.61/2.15	c 2	OBJECTIVE _COST 65
1.61/2.15	o 65
1.61/2.16	v 0 0 1 0 1 1 1 0 1 0 0 1 1 1 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 1 0 1
1.61/2.16	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/2.17	c 2	OBJECTIVE BOUND: 0 <= _COST <= 65
1.61/2.17	c 2	SEARCHING: _COST <= 32
1.61/2.17	c 2	SOLVING HOME/temp.cnf
1.61/2.17	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/2.17	c 2	This is MiniSat 2.0 beta
1.61/2.17	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/2.17	c 2	============================[ Problem Statistics ]=============================
1.61/2.17	c 2	|                                                                             |
1.61/2.18	c 2	|  Number of variables:  4774                                                 |
1.61/2.18	c 2	|  Number of clauses:    116899                                               |
1.71/2.23	c 2	|  Parsing time:         0.05         s                                       |
1.71/2.26	c 2	============================[ Search Statistics ]==============================
1.71/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/2.26	c 2	===============================================================================
1.71/2.26	c 2	|         0 |    2198    26121    73191 |     8707        0    nan |  0.000 % |
1.71/2.28	c 2	|       100 |    2196    26121    73191 |     9577       99     20 | 54.252 % |
1.71/2.29	c 2	|       250 |    2196    26121    73191 |    10535      249     16 | 54.252 % |
1.71/2.31	c 2	|       476 |    2184    25801    72280 |    11589      475     17 | 54.252 % |
1.71/2.34	c 2	|       813 |    2184    25801    72280 |    12747      812     18 | 54.253 % |
1.71/2.39	c 2	|      1319 |    2184    25801    72280 |    14022     1318     18 | 54.252 % |
1.71/2.45	c 2	|      2078 |    2184    25801    72280 |    15424     2077     19 | 54.253 % |
1.71/2.56	c 2	|      3217 |    2184    25801    72280 |    16967     3216     19 | 54.252 % |
1.71/2.74	c 3	|      4926 |    2184    25801    72280 |    18664     4925     20 | 54.252 % |
1.71/2.95	c 3	===============================================================================
1.71/2.95	c 3	restarts              : 9
1.71/2.95	c 3	conflicts             : 6908           (9043 /sec)
1.71/2.95	c 3	decisions             : 8494           (0.79 % random) (11120 /sec)
1.71/2.95	c 3	propagations          : 2032755        (2661082 /sec)
1.71/2.95	c 3	conflict literals     : 137434         (20.36 % deleted)
1.71/2.95	c 3	Memory used           : 6.69 MB
1.71/2.95	c 3	CPU time              : 0.763883 s
1.71/2.95	c 3	
1.71/2.96	c 3	SATISFIABLE
1.71/2.96	c 3	FOUND: _COST <= 32
1.71/2.96	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.71/2.96	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.49/3.04	c 3	Decoding HOME/temp.out
2.49/3.11	c 3	OBJECTIVE _COST 32
2.49/3.11	o 32
2.49/3.12	v 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 1 0 0 0 1 0 0 1 0 0 1 1 1 0 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1
2.49/3.12	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.49/3.17	c 3	OBJECTIVE BOUND: 0 <= _COST <= 32
2.49/3.17	c 3	SEARCHING: _COST <= 16
2.49/3.17	c 3	SOLVING HOME/temp.cnf
2.49/3.17	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.49/3.17	c 3	This is MiniSat 2.0 beta
2.49/3.17	c 3	WARNING: for repeatability, setting FPU to use double precision
2.49/3.17	c 3	============================[ Problem Statistics ]=============================
2.49/3.17	c 3	|                                                                             |
2.49/3.17	c 3	|  Number of variables:  4774                                                 |
2.49/3.17	c 3	|  Number of clauses:    116899                                               |
2.67/3.24	c 3	|  Parsing time:         0.05         s                                       |
2.67/3.27	c 3	============================[ Search Statistics ]==============================
2.67/3.27	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.67/3.27	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.67/3.27	c 3	===============================================================================
2.67/3.27	c 3	|         0 |    1847    15142    41291 |     5047        0    nan |  0.000 % |
2.67/3.29	c 3	|       100 |    1845    15142    41291 |     5552       99     13 | 61.751 % |
2.67/3.30	c 3	|       250 |    1845    15142    41291 |     6107      249     13 | 61.751 % |
2.77/3.32	c 3	|       476 |    1826    14756    40203 |     6718      475     13 | 61.751 % |
2.77/3.35	c 3	|       814 |    1826    14756    40203 |     7389      813     14 | 61.751 % |
2.86/3.40	c 3	|      1322 |    1826    14756    40203 |     8128     1321     14 | 61.751 % |
2.86/3.48	c 3	|      2081 |    1826    14756    40203 |     8941     2080     14 | 61.751 % |
3.06/3.60	c 4	|      3220 |    1826    14756    40203 |     9835     3219     14 | 61.751 % |
3.26/3.80	c 4	|      4930 |    1826    14756    40203 |    10819     4929     14 | 61.751 % |
3.56/4.13	c 4	|      7494 |    1826    14756    40203 |    11901     7493     14 | 61.751 % |
4.16/4.71	c 5	|     11338 |    1826    14756    40203 |    13091    11337     14 | 61.751 % |
5.15/5.71	c 6	|     17104 |    1826    14756    40203 |    14400     8953     13 | 61.751 % |
6.44/7.00	c 7	|     25754 |    1826    14756    40203 |    15840    17603     13 | 61.751 % |
8.53/9.17	c 9	|     38729 |    1826    14756    40203 |    17424    11250     13 | 61.751 % |
12.02/12.69	c 13	|     58190 |    1826    14756    40203 |    19167    20299     13 | 61.751 % |
17.69/18.30	c 18	|     87382 |    1826    14756    40203 |    21083    15812     12 | 61.751 % |
26.55/27.22	c 27	|    131172 |    1826    14756    40203 |    23192    23056     13 | 61.751 % |
40.58/41.39	c 41	|    196856 |    1826    14756    40203 |    25511    22013     12 | 61.751 % |
63.17/64.06	c 64	|    295382 |    1826    14756    40203 |    28062    26332     12 | 61.751 % |
97.70/98.72	c 99	|    443171 |    1816    14521    39528 |    30869    27245     12 | 61.961 % |
126.06/127.22	c 127	===============================================================================
126.06/127.22	c 127	restarts              : 20
126.06/127.23	c 127	conflicts             : 564988         (4577 /sec)
126.06/127.23	c 127	decisions             : 676102         (1.09 % random) (5477 /sec)
126.06/127.23	c 127	propagations          : 178579456      (1446746 /sec)
126.06/127.23	c 127	conflict literals     : 7032264        (30.22 % deleted)
126.06/127.23	c 127	Memory used           : 8.44 MB
126.06/127.23	c 127	CPU time              : 123.435 s
126.06/127.23	c 127	
126.06/127.23	c 127	UNSATISFIABLE
126.06/127.23	c 127	NOT FOUND: _COST <= 16
126.06/127.23	c 127	OBJECTIVE BOUND: 17 <= _COST <= 32
126.06/127.23	c 127	SEARCHING: _COST <= 24
126.06/127.23	c 127	SOLVING HOME/temp.cnf
126.06/127.23	c 127	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
126.06/127.23	c 127	This is MiniSat 2.0 beta
126.06/127.23	c 127	WARNING: for repeatability, setting FPU to use double precision
126.06/127.23	c 127	============================[ Problem Statistics ]=============================
126.06/127.23	c 127	|                                                                             |
126.06/127.24	c 127	|  Number of variables:  4774                                                 |
126.06/127.24	c 127	|  Number of clauses:    116899                                               |
126.11/127.30	c 127	|  Parsing time:         0.05         s                                       |
126.11/127.33	c 127	============================[ Search Statistics ]==============================
126.11/127.33	c 127	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
126.11/127.33	c 127	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
126.11/127.33	c 127	===============================================================================
126.11/127.33	c 127	|         0 |    2038    20589    57067 |     6863        0    nan |  0.000 % |
126.11/127.35	c 127	|       100 |    2036    20589    57067 |     7549       99     15 | 57.604 % |
126.11/127.36	c 127	|       252 |    2036    20589    57067 |     8304      251     15 | 57.604 % |
126.11/127.39	c 127	|       478 |    2024    20301    56252 |     9134      477     14 | 57.604 % |
126.12/127.42	c 127	|       815 |    2024    20301    56252 |    10048      814     14 | 57.604 % |
126.12/127.47	c 127	|      1322 |    2024    20301    56252 |    11052     1321     14 | 57.604 % |
126.37/127.55	c 127	|      2081 |    2024    20301    56252 |    12158     2080     15 | 57.604 % |
126.47/127.67	c 128	|      3220 |    2024    20301    56252 |    13374     3219     15 | 57.604 % |
126.67/127.88	c 128	|      4928 |    2024    20301    56252 |    14711     4927     16 | 57.604 % |
127.07/128.22	c 128	|      7490 |    2024    20301    56252 |    16182     7489     16 | 57.604 % |
127.66/128.82	c 129	|     11335 |    2024    20301    56252 |    17800    11334     15 | 57.604 % |
128.66/129.85	c 130	|     17102 |    2024    20301    56252 |    19580    17101     15 | 57.604 % |
130.45/131.61	c 132	|     25751 |    2024    20301    56252 |    21539    14323     16 | 57.604 % |
133.04/134.26	c 134	|     38726 |    2024    20301    56252 |    23692    14825     14 | 57.604 % |
137.02/138.25	c 138	|     58188 |    2024    20301    56252 |    26062    19063     16 | 57.604 % |
143.89/145.19	c 145	|     87380 |    2024    20301    56252 |    28668    14445     21 | 57.604 % |
155.13/156.41	c 156	|    131169 |    2024    20301    56252 |    31535    20853     17 | 57.604 % |
172.34/173.76	c 174	|    196853 |    2024    20301    56252 |    34688    21515     20 | 57.604 % |
200.11/201.64	c 202	|    295380 |    2024    20301    56252 |    38157    22415     21 | 57.604 % |
245.29/247.00	c 247	|    443170 |    2024    20301    56252 |    41973    31585     19 | 57.604 % |
320.33/322.47	c 322	|    664853 |    2024    20301    56252 |    46170    34904     19 | 57.604 % |
440.85/443.58	c 444	|    997378 |    2024    20301    56252 |    50787    25217     19 | 57.604 % |
634.81/638.45	c 638	|   1496171 |    2024    20301    56252 |    55866    49108     20 | 57.604 % |
965.11/970.37	c 970	|   2244354 |    2024    20301    56252 |    61453    39643     23 | 57.604 % |
1280.20/1286.94	c 1287	===============================================================================
1280.20/1286.94	c 1287	restarts              : 24
1280.20/1286.94	c 1287	conflicts             : 2971121        (2574 /sec)
1280.20/1286.94	c 1287	decisions             : 3479922        (0.98 % random) (3015 /sec)
1280.20/1286.94	c 1287	propagations          : 884947887      (766804 /sec)
1280.20/1286.94	c 1287	conflict literals     : 61612375       (23.65 % deleted)
1280.20/1286.94	c 1287	Memory used           : 20.74 MB
1280.20/1286.94	c 1287	CPU time              : 1154.07 s
1280.20/1286.94	c 1287	
1280.20/1286.95	c 1287	SATISFIABLE
1280.20/1286.95	c 1287	FOUND: _COST <= 24
1280.20/1286.95	c 1287	DECODING HOME/temp.out WITH HOME/temp.map
1280.20/1286.95	c 1287	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1280.26/1287.04	c 1287	Decoding HOME/temp.out
1280.26/1287.13	c 1287	OBJECTIVE _COST 24
1280.26/1287.13	o 24
1280.26/1287.13	v 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1
1280.26/1287.14	c 1287	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1280.26/1287.17	c 1287	OBJECTIVE BOUND: 17 <= _COST <= 24
1280.26/1287.17	c 1287	SEARCHING: _COST <= 20
1280.26/1287.17	c 1287	SOLVING HOME/temp.cnf
1280.26/1287.17	c 1287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1280.26/1287.17	c 1287	This is MiniSat 2.0 beta
1280.26/1287.17	c 1287	WARNING: for repeatability, setting FPU to use double precision
1280.26/1287.17	c 1287	============================[ Problem Statistics ]=============================
1280.26/1287.17	c 1287	|                                                                             |
1280.26/1287.17	c 1287	|  Number of variables:  4774                                                 |
1280.26/1287.17	c 1287	|  Number of clauses:    116899                                               |
1280.44/1287.24	c 1287	|  Parsing time:         0.06         s                                       |
1280.44/1287.27	c 1287	============================[ Search Statistics ]==============================
1280.44/1287.27	c 1287	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1280.44/1287.27	c 1287	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1280.44/1287.27	c 1287	===============================================================================
1280.44/1287.27	c 1287	|         0 |    1958    18087    49797 |     6029        0    nan |  0.000 % |
1280.44/1287.28	c 1287	|       100 |    1957    18087    49797 |     6631       99     16 | 59.279 % |
1280.44/1287.30	c 1287	|       250 |    1957    18087    49797 |     7295      249     13 | 59.279 % |
1280.44/1287.32	c 1287	|       475 |    1944    17815    49030 |     8024      474     14 | 59.279 % |
1280.44/1287.35	c 1287	|       812 |    1944    17815    49030 |     8827      811     14 | 59.279 % |
1280.44/1287.40	c 1287	|      1318 |    1944    17815    49030 |     9709     1317     15 | 59.279 % |
1280.44/1287.48	c 1287	|      2077 |    1944    17815    49030 |    10680     2076     16 | 59.279 % |
1280.44/1287.60	c 1288	|      3216 |    1944    17815    49030 |    11748     3215     15 | 59.279 % |
1280.44/1287.80	c 1288	|      4927 |    1944    17815    49030 |    12923     4926     16 | 59.279 % |
1281.35/1288.13	c 1288	|      7490 |    1944    17815    49030 |    14216     7489     16 | 59.279 % |
1281.84/1288.70	c 1289	|     11335 |    1944    17815    49030 |    15637    11334     15 | 59.279 % |
1282.94/1289.72	c 1290	|     17102 |    1944    17815    49030 |    17201    17101     16 | 59.279 % |
1284.53/1291.36	c 1291	|     25753 |    1944    17815    49030 |    18921    15484     16 | 59.279 % |
1287.02/1293.81	c 1294	|     38729 |    1944    17815    49030 |    20813    17373     16 | 59.279 % |
1291.29/1298.19	c 1298	|     58191 |    1944    17815    49030 |    22895    12689     15 | 59.279 % |
1297.68/1304.54	c 1304	|     87384 |    1944    17815    49030 |    25184    14189     16 | 59.279 % |
1308.52/1315.40	c 1315	|    131174 |    1944    17815    49030 |    27703    27966     16 | 59.279 % |
1325.14/1332.20	c 1332	|    196858 |    1944    17815    49030 |    30473    23309     15 | 59.279 % |
1352.70/1359.85	c 1360	|    295385 |    1944    17815    49030 |    33520    21347     15 | 59.280 % |
1396.29/1403.65	c 1404	|    443175 |    1944    17815    49030 |    36872    30697     15 | 59.279 % |
1464.26/1471.93	c 1472	|    664858 |    1944    17815    49030 |    40560    13798     15 | 59.279 % |
1565.68/1573.87	c 1574	|    997384 |    1944    17815    49030 |    44616    15848     16 | 59.279 % |
1727.27/1736.20	c 1736	|   1496173 |    1944    17815    49030 |    49077    41939     16 | 59.279 % |
1979.34/1993.47	c 1993	|   2244356 |    1944    17815    49030 |    53985    28727     16 | 59.279 % |
2399.71/2415.87	c 2416	|   3366630 |    1944    17815    49030 |    59384    41376     15 | 59.279 % |
3066.59/3085.99	c 3086	|   5050041 |    1944    17815    49030 |    65322    49847     15 | 59.279 % |
3600.04/3621.91	sh: line 1:  8374 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.04/3621.91	c ERROR unknown output  in HOME/temp.out
3600.04/3621.91	c 3622	CPU 3599.58 (0.04 0.01 3599.54 0.47)
3600.04/3621.91	c 3622	END Wed Jul 23 04:33:17 2008

Verifier Data (download as text)

OK	24	265
24 unsatisfied constraints, 265 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-1127828-1216776775/watcher-1127828-1216776775 -o /tmp/evaluation-result-1127828-1216776775/solver-1127828-1216776775 -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-1127828-1216776775.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8248
/proc/meminfo: memFree=1302184/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=18572 CPUtime=0
/proc/8248/stat : 8248 (runsolver) R 8246 8248 8172 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4766201 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8248/statm: 4643 292 257 25 0 2626 0

[startup+0.0352389 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8248
/proc/meminfo: memFree=1302184/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13204 CPUtime=0.02
/proc/8248/stat : 8248 (sugar) R 8246 8248 8172 0 -1 4194304 685 0 0 0 2 0 0 0 18 0 1 0 4766201 13520896 653 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 0 0 0 0 17 0 0 0
/proc/8248/statm: 3301 653 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101241 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8248
/proc/meminfo: memFree=1302184/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=0.03
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4766201 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301267 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8248
/proc/meminfo: memFree=1302184/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=0.03
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4766201 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701308 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8248
/proc/meminfo: memFree=1302184/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=0.03
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 916 127 0 0 3 0 0 0 16 0 1 0 4766201 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 1.00 1.00 1.00 5/93 8291
/proc/meminfo: memFree=1263672/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=0.33
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 974 4294 0 89 3 0 22 8 15 0 1 0 4766201 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 797 370 3 0 500 0
[pid=8278] ppid=8248 vsize=5356 CPUtime=0
/proc/8278/stat : 8278 (sh) S 8248 8248 8172 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4766271 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8278/statm: 1339 233 193 169 0 50 0
[pid=8279] ppid=8278 vsize=868480 CPUtime=0.75
/proc/8279/stat : 8279 (java) S 8278 8248 8172 0 -1 0 6333 0 1 0 69 6 0 0 18 0 9 0 4766272 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8279/statm: 217120 5521 2563 9 0 211667 0
[pid=8279/tid=8284] ppid=8278 vsize=868480 CPUtime=0.48
/proc/8279/task/8284/stat : 8284 (java) R 8278 8248 8172 0 -1 64 2754 0 1 0 45 3 0 0 18 0 9 0 4766273 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4126847316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8285] ppid=8278 vsize=868480 CPUtime=0.04
/proc/8279/task/8285/stat : 8285 (java) S 8278 8248 8172 0 -1 64 1429 0 0 0 4 0 0 0 16 0 9 0 4766274 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8286] ppid=8278 vsize=868480 CPUtime=0
/proc/8279/task/8286/stat : 8286 (java) S 8278 8248 8172 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4766274 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8287] ppid=8278 vsize=868480 CPUtime=0
/proc/8279/task/8287/stat : 8287 (java) S 8278 8248 8172 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4766274 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8288] ppid=8278 vsize=868480 CPUtime=0
/proc/8279/task/8288/stat : 8288 (java) S 8278 8248 8172 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4766276 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8289] ppid=8278 vsize=868480 CPUtime=0.19
/proc/8279/task/8289/stat : 8289 (java) S 8278 8248 8172 0 -1 64 1458 0 0 0 18 1 0 0 16 0 9 0 4766277 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8290] ppid=8278 vsize=868480 CPUtime=0
/proc/8279/task/8290/stat : 8290 (java) S 8278 8248 8172 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4766277 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8279/tid=8291] ppid=8278 vsize=868480 CPUtime=0
/proc/8279/task/8291/stat : 8291 (java) S 8278 8248 8172 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4766277 889323520 5521 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 887436

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 1.00 4/84 8336
/proc/meminfo: memFree=1261440/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.49
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1358 24180 0 92 3 1 221 24 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 13600

[startup+6.30191 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 8360
/proc/meminfo: memFree=1259328/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.65
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1411 27977 0 93 3 1 235 26 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8359] ppid=8248 vsize=5356 CPUtime=0
/proc/8359/stat : 8359 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4766518 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8359/statm: 1339 232 193 169 0 50 0
[pid=8360] ppid=8359 vsize=7028 CPUtime=3.1
/proc/8360/stat : 8360 (minisat) R 8359 8248 8172 0 -1 4194304 1638 0 0 0 309 1 0 0 25 0 1 0 4766519 7196672 1624 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8360/statm: 1757 1624 75 150 0 1604 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 25984

[startup+12.7026 s]
/proc/loadavg: 1.23 1.05 1.02 3/76 8360
/proc/meminfo: memFree=1257280/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.65
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1411 27977 0 93 3 1 235 26 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8359] ppid=8248 vsize=5356 CPUtime=0
/proc/8359/stat : 8359 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4766518 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8359/statm: 1339 232 193 169 0 50 0
[pid=8360] ppid=8359 vsize=7328 CPUtime=9.47
/proc/8360/stat : 8360 (minisat) R 8359 8248 8172 0 -1 4194304 1707 0 0 0 946 1 0 0 25 0 1 0 4766519 7503872 1693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8360/statm: 1832 1693 75 150 0 1679 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 26284

[startup+25.502 s]
/proc/loadavg: 1.40 1.09 1.03 3/76 8360
/proc/meminfo: memFree=1254664/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.65
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1411 27977 0 93 3 1 235 26 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8359] ppid=8248 vsize=5356 CPUtime=0
/proc/8359/stat : 8359 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4766518 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8359/statm: 1339 232 193 169 0 50 0
[pid=8360] ppid=8359 vsize=7592 CPUtime=22.2
/proc/8360/stat : 8360 (minisat) R 8359 8248 8172 0 -1 4194304 1778 0 0 0 2219 1 0 0 25 0 1 0 4766519 7774208 1764 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/8360/statm: 1898 1764 75 150 0 1745 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 26548

[startup+51.1017 s]
/proc/loadavg: 1.60 1.17 1.05 3/76 8360
/proc/meminfo: memFree=1250504/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.65
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1411 27977 0 93 3 1 235 26 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8359] ppid=8248 vsize=5356 CPUtime=0
/proc/8359/stat : 8359 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4766518 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8359/statm: 1339 232 193 169 0 50 0
[pid=8360] ppid=8359 vsize=8180 CPUtime=47.68
/proc/8360/stat : 8360 (minisat) R 8359 8248 8172 0 -1 4194304 1898 0 0 0 4767 1 0 0 25 0 1 0 4766519 8376320 1884 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/8360/statm: 2045 1884 75 150 0 1892 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 27136

[startup+102.306 s]
/proc/loadavg: 1.83 1.29 1.10 3/76 8360
/proc/meminfo: memFree=1245000/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=2.65
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1411 27977 0 93 3 1 235 26 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8359] ppid=8248 vsize=5356 CPUtime=0
/proc/8359/stat : 8359 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4766518 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8359/statm: 1339 232 193 169 0 50 0
[pid=8360] ppid=8359 vsize=8500 CPUtime=98.63
/proc/8360/stat : 8360 (minisat) R 8359 8248 8172 0 -1 4194304 1985 0 0 0 9862 1 0 0 25 0 1 0 4766519 8704000 1971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8360/statm: 2125 1971 75 150 0 1972 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 27456

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.16 3/76 8362
/proc/meminfo: memFree=1240968/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=126.12
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1466 30272 0 93 4 1 12579 28 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8361] ppid=8248 vsize=5356 CPUtime=0
/proc/8361/stat : 8361 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4778924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8361/statm: 1339 232 193 169 0 50 0
[pid=8362] ppid=8361 vsize=9484 CPUtime=34.88
/proc/8362/stat : 8362 (minisat) R 8361 8248 8172 0 -1 4194304 2232 0 0 0 3487 1 0 0 25 0 1 0 4778925 9711616 2218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8362/statm: 2371 2218 75 150 0 2218 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 28440

[startup+222.301 s]
/proc/loadavg: 2.05 1.54 1.21 3/76 8362
/proc/meminfo: memFree=1238216/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=126.12
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1466 30272 0 93 4 1 12579 28 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8361] ppid=8248 vsize=5356 CPUtime=0
/proc/8361/stat : 8361 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4778924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8361/statm: 1339 232 193 169 0 50 0
[pid=8362] ppid=8361 vsize=11784 CPUtime=94.59
/proc/8362/stat : 8362 (minisat) R 8361 8248 8172 0 -1 4194304 2774 0 0 0 9457 2 0 0 25 0 1 0 4778925 12066816 2760 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8362/statm: 2946 2760 75 150 0 2793 0
Current children cumulated CPU time (s) 220.71
Current children cumulated vsize (KiB) 30740

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

/proc/meminfo: memFree=1218888/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=19044 CPUtime=1802.47
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4466 0 0 0 180240 7 0 0 25 0 1 0 4894919 19501056 4452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 4761 4452 75 150 0 4608 0
Current children cumulated CPU time (s) 3082.91
Current children cumulated vsize (KiB) 38000

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217800/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20232 CPUtime=1862.19
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4738 0 0 0 186211 8 0 0 25 0 1 0 4894919 20717568 4724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5058 4724 75 150 0 4905 0
Current children cumulated CPU time (s) 3142.63
Current children cumulated vsize (KiB) 39188

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217544/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20536 CPUtime=1921.89
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4787 0 0 0 192181 8 0 0 25 0 1 0 4894919 21028864 4773 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5134 4773 75 150 0 4981 0
Current children cumulated CPU time (s) 3202.33
Current children cumulated vsize (KiB) 39492

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217480/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20536 CPUtime=1981.61
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4787 0 0 0 198153 8 0 0 25 0 1 0 4894919 21028864 4773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5134 4773 75 150 0 4981 0
Current children cumulated CPU time (s) 3262.05
Current children cumulated vsize (KiB) 39492

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217480/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20700 CPUtime=2041.32
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4816 0 0 0 204124 8 0 0 25 0 1 0 4894919 21196800 4802 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5175 4802 75 150 0 5022 0
Current children cumulated CPU time (s) 3321.76
Current children cumulated vsize (KiB) 39656

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217416/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20700 CPUtime=2101.03
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4817 0 0 0 210095 8 0 0 25 0 1 0 4894919 21196800 4803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5175 4803 75 150 0 5022 0
Current children cumulated CPU time (s) 3381.47
Current children cumulated vsize (KiB) 39656

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1217096/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20700 CPUtime=2160.74
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4831 0 0 0 216066 8 0 0 25 0 1 0 4894919 21196800 4817 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5175 4817 75 150 0 5022 0
Current children cumulated CPU time (s) 3441.18
Current children cumulated vsize (KiB) 39656

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1216968/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=20700 CPUtime=2220.45
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4837 0 0 0 222037 8 0 0 25 0 1 0 4894919 21196800 4823 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5175 4823 75 150 0 5022 0
Current children cumulated CPU time (s) 3500.89
Current children cumulated vsize (KiB) 39656

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8898
/proc/meminfo: memFree=1216648/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=21072 CPUtime=2280.17
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4894 0 0 0 228009 8 0 0 25 0 1 0 4894919 21577728 4880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8374/statm: 5268 4880 75 150 0 5115 0
Current children cumulated CPU time (s) 3560.61
Current children cumulated vsize (KiB) 40028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.9 s]
/proc/loadavg: 1.92 1.98 1.90 3/76 8958
/proc/meminfo: memFree=1244680/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=21072 CPUtime=2319.6
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4897 0 0 0 231951 9 0 0 25 0 1 0 4894919 21577728 4883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8374/statm: 5268 4883 75 150 0 5115 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 40028

Sending SIGTERM to process tree (bottom up)

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

[startup+3621.9 s]
/proc/loadavg: 1.92 1.98 1.90 3/76 8958
/proc/meminfo: memFree=1244680/2055920 swapFree=4192956/4192956
[pid=8248] ppid=8246 vsize=13600 CPUtime=1280.44
/proc/8248/stat : 8248 (sugar) S 8246 8248 8172 0 -1 4194304 1579 39338 0 94 4 1 128002 37 16 0 1 0 4766201 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8248/statm: 3400 810 374 3 0 500 0
[pid=8373] ppid=8248 vsize=5356 CPUtime=0
/proc/8373/stat : 8373 (sh) S 8248 8248 8172 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4894918 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8373/statm: 1339 232 193 169 0 50 0
[pid=8374] ppid=8373 vsize=21072 CPUtime=2319.6
/proc/8374/stat : 8374 (minisat) R 8373 8248 8172 0 -1 4194304 4897 0 0 0 231951 9 0 0 25 0 1 0 4894919 21577728 4883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8374/statm: 5268 4883 75 150 0 5115 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 40028

Child status: 0
Real time (s): 3621.91
CPU time (s): 3600.08
CPU user time (s): 3599.59
CPU system time (s): 0.489925
CPU usage (%): 99.3972
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.59
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46169
page faults= 94
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3410
involuntary context switches= 45566

runsolver used 4.04439 second user time and 12.4441 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-23 03:32:55
IDJOB=1127828
IDBENCH=64035
IDSOLVER=368
FILE ID=node47/1127828-1216776775
PBS_JOBID= 7974214
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-300-186944_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-1127828-1216776775/watcher-1127828-1216776775 -o /tmp/evaluation-result-1127828-1216776775/solver-1127828-1216776775 -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-1127828-1216776775.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6a74d519a5f5725bed17752d66928dc
RANDOM SEED=299608460

node47.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.231
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.231
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:       1302856 kB
Buffers:         23816 kB
Cached:         662440 kB
SwapCached:          0 kB
Active:         240632 kB
Inactive:       460744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          25588 kB
Slab:            37108 kB
Committed_AS:    80556 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node47 at 2008-07-23 04:33:17