Trace number 1108275

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 359.681 361.811

General information on the benchmark

Namecsp/BH-4-4/
normalized-BlackHole-4-4-e-0_ext.xml
MD5SUM78fd2e0579ed1e222d3ce17f5c52a213
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.61675
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints431
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension431
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 18:20:12 2008
0.00/0.07	c 0	PID 11720
0.06/0.07	c 0	HOST node84.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1108275-1215793211.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108275-1215793211.xml' 'HOME/temp.csp'
0.06/0.48	c 0	4 domains, 64 variables, 0 predicates, 8 relations, 431 constraints
0.06/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.60	c 0	Parsing HOME/temp.csp
0.34/0.69	c 0	parsed 507 expressions
0.34/0.80	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.81	c 0	MAX CSP: 431 constraints
0.34/0.81	c 0	Converting to clausal form CSP
0.34/0.84	c 0	converted 95 (10%) expressions
0.34/0.86	c 0	converted 189 (20%) expressions
0.34/0.87	c 0	converted 283 (30%) expressions
0.34/0.88	c 0	converted 377 (40%) expressions
0.34/0.89	c 0	converted 471 (50%) expressions
0.34/0.90	c 0	converted 565 (60%) expressions
0.34/0.91	c 0	converted 659 (70%) expressions
0.34/0.91	c 0	converted 753 (80%) expressions
0.34/0.93	c 1	converted 847 (90%) expressions
0.72/1.09	c 1	converted 941 (100%) expressions
0.72/1.09	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 647
0.72/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.72/1.09	c 1	Propagation in CSP
0.82/1.13	c 1	424 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.82/1.13	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.82/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.13	c 1	Simplifing CSP by introducing new Boolean variables
0.82/1.14	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.82/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.82/1.19	c 1	93 (10%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.82/1.19	c 1	186 (20%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.82/1.19	c 1	278 (30%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.82/1.19	c 1	371 (40%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.82/1.19	c 1	463 (50%) CSP integer variables are encoded (548 clauses, 5897 bytes)
0.82/1.19	c 1	556 (60%) CSP integer variables are encoded (1254 clauses, 15075 bytes)
0.82/1.20	c 1	649 (70%) CSP integer variables are encoded (1767 clauses, 21744 bytes)
0.82/1.20	c 1	741 (80%) CSP integer variables are encoded (2561 clauses, 32066 bytes)
0.92/1.20	c 1	834 (90%) CSP integer variables are encoded (3126 clauses, 39411 bytes)
0.92/1.20	c 1	926 (100%) CSP integer variables are encoded (6940 clauses, 88993 bytes)
0.92/1.25	c 1	130 (10%) CSP clauses are encoded (7722 clauses, 104177 bytes)
0.92/1.27	c 1	259 (20%) CSP clauses are encoded (8838 clauses, 127922 bytes)
0.92/1.29	c 1	388 (30%) CSP clauses are encoded (9960 clauses, 152475 bytes)
1.02/1.31	c 1	517 (40%) CSP clauses are encoded (11642 clauses, 182516 bytes)
1.02/1.33	c 1	646 (50%) CSP clauses are encoded (23387 clauses, 393576 bytes)
1.02/1.34	c 1	776 (60%) CSP clauses are encoded (27101 clauses, 458085 bytes)
1.12/1.40	c 1	905 (70%) CSP clauses are encoded (60566 clauses, 1069507 bytes)
1.12/1.41	c 1	1034 (80%) CSP clauses are encoded (64715 clauses, 1141758 bytes)
1.12/1.43	c 1	1163 (90%) CSP clauses are encoded (74496 clauses, 1317324 bytes)
1.42/1.73	c 1	1292 (100%) CSP clauses are encoded (255126 clauses, 4613706 bytes)
1.42/1.73	c 1	1292 CSP clauses encoded
1.42/1.73	c 1	Writing map file : HOME/temp.map
1.42/1.74	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.74	c 1	SAT : 7864 SAT variables, 255126 SAT clauses, 4613706 bytes
1.42/1.74	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.78	c 1	OBJECTIVE minimize _COST
1.42/1.78	c 1	SOLVING HOME/temp.cnf
1.42/1.78	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.42/1.78	c 1	This is MiniSat 2.0 beta incremental
1.42/1.78	c 1	WARNING: for repeatability, setting FPU to use double precision
1.42/1.78	c 1	============================[ Problem Statistics ]=============================
1.42/1.78	c 1	|                                                                             |
1.42/1.78	c 1	|  Number of variables:  7864                                                 |
1.42/1.78	c 1	|  Number of clauses:    255126                                               |
1.48/1.90	c 1	|  Parsing time:         0.10         s                                       |
1.48/1.90	c 1	OK
1.48/1.90	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.48/1.90	c 1	SEARCHING: _COST <= 216
1.48/1.90	c 1	============================[ Search Statistics ]==============================
1.48/1.90	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.90	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.90	c 1	===============================================================================
1.48/1.90	c 1	|         0 |    7864   255126   749517 |    85042        0    nan |  0.000 % |
1.48/1.92	c 1	===============================================================================
1.48/1.92	c 1	restarts              : 1
1.48/1.92	c 1	conflicts             : 81            (664 /sec)
1.48/1.92	c 1	decisions             : 178           (1.12 % random) (1459 /sec)
1.48/1.92	c 1	propagations          : 10356          (84898 /sec)
1.48/1.92	c 1	conflict literals     : 1200           (8.47 % deleted)
1.48/1.92	c 1	Memory used           : 12.50 MB
1.48/1.92	c 1	CPU time              : 0.121981 s
1.48/1.92	c 1	
1.48/1.92	c 1	SATISFIABLE
1.48/1.93	c 2	OK
1.48/1.93	c 2	FOUND: _COST <= 216
1.48/1.93	s SATISFIABLE
1.48/1.93	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.93	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.48/2.10	c 2	Decoding HOME/temp.out
1.78/2.22	c 2	OBJECTIVE _COST 18
1.78/2.22	o 18
1.78/2.22	v 0 0 2 13 15 1 12 14 0 5 14 1 14 13 2 9 14 1 14 13 2 8 15 0 3 15 3 2 13 2 7 15 3 6 14 2 15 14 3 10 13 2 11 15 3 4 13 0 8 5 3 2 4 5 4 6 1 7 6 7 6 7 6 8
1.78/2.26	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.78/2.30	c 2	OK
1.78/2.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 18
1.78/2.30	c 2	SEARCHING: _COST <= 9
1.85/3.56	c 3	============================[ Search Statistics ]==============================
1.85/3.56	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.85/3.56	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.85/3.56	c 3	===============================================================================
1.85/3.56	c 3	|        81 |    7864   255126   749517 |    85042       81     15 |  0.000 % |
1.85/3.58	c 3	|       181 |    3431   255126   749517 |    93546      181     18 | 58.139 % |
1.85/3.58	c 3	===============================================================================
1.85/3.58	c 3	restarts              : 3
1.85/3.58	c 3	conflicts             : 272           (1916 /sec)
1.85/3.58	c 3	decisions             : 663           (0.45 % random) (4670 /sec)
1.85/3.58	c 3	propagations          : 29511          (207856 /sec)
1.85/3.58	c 3	conflict literals     : 5372           (4.55 % deleted)
1.85/3.58	c 3	Memory used           : 12.50 MB
1.85/3.58	c 3	CPU time              : 0.141978 s
1.85/3.58	c 3	
1.85/3.58	c 3	SATISFIABLE
1.85/3.58	c 3	OK
1.85/3.58	c 3	FOUND: _COST <= 9
1.85/3.58	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.85/3.58	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.87/3.66	c 3	Decoding HOME/temp.out
1.87/3.74	c 3	OBJECTIVE _COST 9
1.87/3.74	o 9
1.87/3.75	v 0 0 0 3 15 3 6 14 2 7 14 3 4 13 0 11 14 3 8 13 0 9 15 3 14 15 2 13 13 3 2 15 2 15 14 3 12 14 0 11 13 3 10 15 2 15 13 3 8 1 7 6 8 1 8 1 7 6 7 6 8 1 7 6
1.87/3.75	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.87/3.79	c 3	OK
1.87/3.79	c 3	OBJECTIVE BOUND: 0 <= _COST <= 9
1.87/3.79	c 3	SEARCHING: _COST <= 4
1.87/3.79	c 3	============================[ Search Statistics ]==============================
1.87/3.79	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.87/3.79	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.87/3.79	c 3	===============================================================================
1.87/3.79	c 3	|       272 |    3292   255126   749517 |    85042      272     20 | 58.139 % |
2.05/3.80	c 3	|       373 |    3292   255126   749517 |    93546      373     21 | 63.912 % |
2.05/3.80	c 3	===============================================================================
2.05/3.80	c 3	restarts              : 5
2.05/3.80	c 3	conflicts             : 400           (2548 /sec)
2.05/3.80	c 3	decisions             : 983           (0.51 % random) (6262 /sec)
2.05/3.80	c 3	propagations          : 51538          (328318 /sec)
2.05/3.80	c 3	conflict literals     : 7913           (4.95 % deleted)
2.05/3.80	c 3	Memory used           : 12.62 MB
2.05/3.80	c 3	CPU time              : 0.156976 s
2.05/3.80	c 3	
2.05/3.80	c 3	SATISFIABLE
2.05/3.80	c 3	OK
2.05/3.80	c 3	FOUND: _COST <= 4
2.05/3.80	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.05/3.80	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.05/3.88	c 3	Decoding HOME/temp.out
2.06/4.00	c 4	OBJECTIVE _COST 4
2.06/4.00	o 4
2.06/4.00	v 0 0 0 9 15 1 14 14 2 11 14 3 12 13 0 7 14 3 2 13 2 13 15 1 4 15 0 5 13 1 6 15 2 15 14 3 3 14 3 10 13 2 15 15 3 8 13 0 8 2 4 6 8 1 7 5 3 2 4 6 6 7 6 8
2.06/4.03	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.27/4.10	c 4	OK
2.27/4.10	c 4	OBJECTIVE BOUND: 0 <= _COST <= 4
2.27/4.10	c 4	SEARCHING: _COST <= 2
2.27/4.10	c 4	============================[ Search Statistics ]==============================
2.27/4.10	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.27/4.10	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.27/4.10	c 4	===============================================================================
2.27/4.10	c 4	|       400 |    2838   255126   749517 |    85042      400     20 | 63.912 % |
2.27/4.10	c 4	|       500 |    2836   255126   749517 |    93546      500     19 | 70.308 % |
2.27/4.11	c 4	|       650 |    2836   255126   749517 |   102900      650     23 | 70.308 % |
2.27/4.12	c 4	|       877 |    2836   255126   749517 |   113190      877     24 | 70.308 % |
2.27/4.14	c 4	|      1214 |    2836   255126   749517 |   124509     1214     28 | 70.308 % |
2.27/4.16	c 4	|      1720 |    2836   255126   749517 |   136960     1720     29 | 70.308 % |
2.27/4.19	c 4	|      2479 |    2836   255126   749517 |   150657     2479     31 | 70.308 % |
2.37/4.24	c 4	|      3618 |    2836   255126   749517 |   165722     3618     32 | 70.308 % |
2.48/4.33	c 4	|      5326 |    2836   255126   749517 |   182295     5326     33 | 70.308 % |
2.67/4.51	c 4	|      7888 |    2836   255126   749517 |   200524     7888     37 | 70.308 % |
2.87/4.76	c 4	|     11732 |    2836   255126   749517 |   220577    11732     38 | 70.308 % |
3.58/5.50	c 5	|     17498 |    2836   255126   749517 |   242634    17498     52 | 70.308 % |
4.68/6.57	c 6	|     26147 |    2836   255126   749517 |   266898    26147     53 | 70.308 % |
7.87/9.73	c 9	|     39121 |    2335    11372    34415 |   293588    39121     65 | 70.308 % |
13.37/15.27	c 15	|     58583 |    2335    11372    34415 |   322946    58583     68 | 70.308 % |
26.46/28.36	c 28	|     87775 |    2335    11372    34415 |   355241    87775     68 | 70.308 % |
51.25/53.17	c 53	|    131565 |    2335    11372    34415 |   390765   131565     73 | 70.308 % |
133.72/135.68	c 135	|    197249 |    2335    11372    34415 |   429842   197249     79 | 70.308 % |
284.56/286.52	c 286	|    295775 |    2335    11372    34415 |   472826   295775     84 | 70.308 % |
284.66/286.65	c 286	===============================================================================
284.66/286.65	c 286	restarts              : 24
284.66/286.65	c 286	conflicts             : 295776        (1048 /sec)
284.66/286.65	c 286	decisions             : 347759        (0.34 % random) (1232 /sec)
284.66/286.65	c 286	propagations          : 10014560       (35470 /sec)
284.66/286.65	c 286	conflict literals     : 24815485       (9.41 % deleted)
284.66/286.65	c 286	Memory used           : 114.82 MB
284.66/286.65	c 286	CPU time              : 282.342 s
284.66/286.65	c 286	
284.66/286.65	c 286	SATISFIABLE
284.66/286.66	c 286	OK
284.66/286.66	c 286	FOUND: _COST <= 2
284.66/286.66	c 286	DECODING HOME/temp.out WITH HOME/temp.map
284.66/286.66	c 286	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
284.73/286.76	c 286	Decoding HOME/temp.out
284.73/286.85	c 286	OBJECTIVE _COST 2
284.73/286.85	o 2
284.73/286.85	v 0 0 0 7 15 3 12 14 0 15 14 3 10 13 2 13 14 1 6 13 2 9 15 1 2 15 2 11 13 3 14 15 2 3 14 3 4 14 0 15 13 3 8 15 0 5 13 1 8 1 8 1 7 5 4 5 4 6 7 6 8 1 8 2
284.73/286.86	c 286	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
285.00/287.07	c 287	OK
285.00/287.07	c 287	OBJECTIVE BOUND: 0 <= _COST <= 2
285.00/287.07	c 287	SEARCHING: _COST <= 1
285.00/287.07	c 287	============================[ Search Statistics ]==============================
285.00/287.07	c 287	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
285.00/287.07	c 287	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
285.00/287.07	c 287	===============================================================================
285.00/287.07	c 287	|    295776 |    1903     8009    25620 |     2669   295772     84 | 70.308 % |
288.30/290.38	c 290	|    295878 |    1903     8009    25620 |     2936     7858     80 | 75.802 % |
288.30/290.40	c 290	|    296028 |    1903     8009    25620 |     3230     8008     79 | 75.802 % |
288.40/290.42	c 290	|    296254 |    1903     8009    25620 |     3553     8234     79 | 75.802 % |
288.40/290.45	c 290	|    296591 |    1903     8009    25620 |     3908     8571     78 | 75.802 % |
288.50/290.50	c 290	|    297097 |    1903     8009    25620 |     4299     9077     76 | 75.802 % |
288.50/290.57	c 290	|    297857 |    1903     8009    25620 |     4729     9837     74 | 75.802 % |
288.69/290.71	c 290	|    298996 |    1903     8009    25620 |     5202    10976     74 | 75.802 % |
288.79/290.89	c 290	|    300705 |    1903     8009    25620 |     5722    12685     74 | 75.802 % |
288.99/291.08	c 291	|    303269 |    1903     8009    25620 |     6294     8907     54 | 75.802 % |
289.40/291.43	c 291	|    307114 |    1903     8009    25620 |     6924    12752     54 | 75.802 % |
289.99/292.08	c 292	|    312880 |    1903     8009    25620 |     7616    11632     53 | 75.802 % |
291.39/293.43	c 293	|    321531 |    1903     8009    25620 |     8378    12709     77 | 75.802 % |
293.29/295.40	c 295	|    334506 |    1903     8009    25620 |     9216     9838     85 | 75.802 % |
296.00/298.09	c 298	|    353969 |    1903     8009    25620 |    10138    12909     67 | 75.802 % |
299.30/301.39	c 301	|    383162 |    1903     8009    25620 |    11151    15702     48 | 75.802 % |
305.69/307.76	c 307	|    426951 |    1903     8009    25620 |    12267    12927     76 | 75.802 % |
314.98/317.01	c 317	|    492635 |    1903     8009    25620 |    13493    19491     66 | 75.802 % |
328.98/331.01	c 331	|    591161 |    1903     8009    25620 |    14843    13942     63 | 75.802 % |
353.57/355.63	c 355	|    738951 |    1903     8009    25620 |    16327    17457     95 | 75.802 % |
359.37/361.41	c 361	===============================================================================
359.37/361.41	c 361	restarts              : 44
359.37/361.41	c 361	conflicts             : 770793        (2160 /sec)
359.37/361.41	c 361	decisions             : 924463        (0.42 % random) (2591 /sec)
359.37/361.41	c 361	propagations          : 25140457       (70456 /sec)
359.37/361.41	c 361	conflict literals     : 59337990       (8.41 % deleted)
359.37/361.41	c 361	Memory used           : 114.82 MB
359.37/361.41	c 361	CPU time              : 356.823 s
359.37/361.41	c 361	
359.37/361.41	c 361	SATISFIABLE
359.37/361.41	c 361	OK
359.37/361.41	c 361	FOUND: _COST <= 1
359.37/361.41	c 361	DECODING HOME/temp.out WITH HOME/temp.map
359.37/361.41	c 361	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
359.38/361.54	c 361	Decoding HOME/temp.out
359.38/361.63	c 361	OBJECTIVE _COST 1
359.38/361.63	o 1
359.38/361.63	v 0 0 0 3 15 3 12 14 0 11 14 3 2 13 2 5 14 1 6 13 2 15 15 3 4 15 0 7 13 3 10 15 2 9 14 1 8 14 0 13 13 1 14 15 2 5 13 1 8 1 8 1 7 5 4 6 8 1 7 5 3 2 4 5
359.38/361.63	c 361	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
359.56/361.71	c 361	OK
359.56/361.71	c 361	OBJECTIVE BOUND: 0 <= _COST <= 1
359.56/361.71	c 361	SEARCHING: _COST <= 0
359.56/361.71	c 361	============================[ Search Statistics ]==============================
359.56/361.71	c 361	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
359.56/361.71	c 361	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
359.56/361.71	c 361	===============================================================================
359.56/361.71	c 361	|    770793 |    1903     8009    25620 |     2669    13649     84 | 75.802 % |
359.56/361.73	c 361	|    770893 |    1895     8009    25620 |     2936     6929     77 | 82.122 % |
359.56/361.74	c 361	|    771043 |    1895     8009    25620 |     3230     7079     76 | 82.122 % |
359.56/361.76	c 361	|    771268 |    1895     8009    25620 |     3553     7304     75 | 82.123 % |
359.56/361.78	c 361	===============================================================================
359.56/361.78	c 361	restarts              : 48
359.56/361.78	c 361	conflicts             : 771560        (2162 /sec)
359.56/361.78	c 361	decisions             : 925485        (0.42 % random) (2593 /sec)
359.56/361.78	c 361	propagations          : 25170417       (70526 /sec)
359.56/361.78	c 361	conflict literals     : 59364723       (8.41 % deleted)
359.56/361.78	c 361	Memory used           : 114.82 MB
359.56/361.78	c 361	CPU time              : 356.895 s
359.56/361.78	c 361	
359.56/361.78	c 361	UNSATISFIABLE
359.56/361.78	c 361	OK
359.56/361.78	c 361	NOT FOUND: _COST <= 0
359.56/361.78	c 361	OK
359.56/361.78	c 361	OBJECTIVE _COST 1
359.56/361.78	s OPTIMUM FOUND
359.56/361.80	c 361	CPU 359.08 (0.07 0.02 359.01 0.56)
359.56/361.80	c 361	END Fri Jul 11 18:26:13 2008

Verifier Data (download as text)

OK	1	430
1 unsatisfied constraints, 430 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-1108275-1215793211/watcher-1108275-1215793211 -o /tmp/evaluation-result-1108275-1215793211/solver-1108275-1215793211 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108275-1215793211.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.45 2.55 2.50 4/111 11720
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=18572 CPUtime=0
/proc/11720/stat : 11720 (runsolver) R 11718 11720 10809 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36018503 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 243665530151 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11720/statm: 4643 292 257 25 0 2626 0

[startup+0.07918 s]
/proc/loadavg: 2.45 2.55 2.50 4/111 11720
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16740 CPUtime=0.06
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1152 0 0 0 5 1 0 0 21 0 1 0 36018503 17141760 1100 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11720/statm: 4185 1100 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101184 s]
/proc/loadavg: 2.45 2.55 2.50 4/111 11720
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16740 CPUtime=0.06
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 36018503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11720/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301221 s]
/proc/loadavg: 2.45 2.55 2.50 4/111 11720
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16740 CPUtime=0.06
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 36018503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11720/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701291 s]
/proc/loadavg: 2.45 2.55 2.50 4/111 11720
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16740 CPUtime=0.34
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1296 4523 0 1 5 1 25 3 15 0 1 0 36018503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11720/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16740

[startup+1.50244 s]
/proc/loadavg: 2.45 2.55 2.50 5/122 11742
/proc/meminfo: memFree=1788952/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16740 CPUtime=0.35
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1297 4523 0 1 6 1 25 3 15 0 1 0 36018503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11720/statm: 4185 1104 409 3 0 764 0
[pid=11733] ppid=11720 vsize=5356 CPUtime=0
/proc/11733/stat : 11733 (sh) S 11720 11720 10809 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36018556 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11733/statm: 1339 233 193 169 0 50 0
[pid=11734] ppid=11733 vsize=868472 CPUtime=0.87
/proc/11734/stat : 11734 (java) S 11733 11720 10809 0 -1 0 6727 0 1 0 82 5 0 0 20 0 9 0 36018556 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11734/statm: 217118 5885 2563 9 0 211665 0
[pid=11734/tid=11735] ppid=11733 vsize=868472 CPUtime=0.55
/proc/11734/task/11735/stat : 11735 (java) R 11733 11720 10809 0 -1 64 2777 0 1 0 52 3 0 0 25 0 9 0 36018557 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4126487172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11736] ppid=11733 vsize=868472 CPUtime=0.08
/proc/11734/task/11736/stat : 11736 (java) S 11733 11720 10809 0 -1 64 1770 0 0 0 7 1 0 0 16 0 9 0 36018558 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11737] ppid=11733 vsize=868472 CPUtime=0
/proc/11734/task/11737/stat : 11737 (java) S 11733 11720 10809 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36018558 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11738] ppid=11733 vsize=868472 CPUtime=0
/proc/11734/task/11738/stat : 11738 (java) S 11733 11720 10809 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36018558 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11739] ppid=11733 vsize=868472 CPUtime=0
/proc/11734/task/11739/stat : 11739 (java) S 11733 11720 10809 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36018560 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11740] ppid=11733 vsize=868472 CPUtime=0.22
/proc/11734/task/11740/stat : 11740 (java) S 11733 11720 10809 0 -1 64 1488 0 0 0 21 1 0 0 16 0 9 0 36018560 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11741] ppid=11733 vsize=868472 CPUtime=0
/proc/11734/task/11741/stat : 11741 (java) S 11733 11720 10809 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36018560 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11734/tid=11742] ppid=11733 vsize=868472 CPUtime=0
/proc/11734/task/11742/stat : 11742 (java) S 11733 11720 10809 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36018560 889315328 5885 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 890568

[startup+3.10172 s]
/proc/loadavg: 2.45 2.55 2.50 4/123 11753
/proc/meminfo: memFree=1778128/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=1.72
/proc/11720/stat : 11720 (sugar++) D 11718 11720 10809 0 -1 4194304 1554 15511 0 3 6 1 150 15 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=12792 CPUtime=0.13
/proc/11743/stat : 11743 (minisat-inc) S 11720 11720 10809 0 -1 4194304 3110 0 0 0 12 1 0 0 15 0 1 0 36018681 13099008 3057 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/11743/statm: 3198 3057 78 151 0 3044 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 29664

[startup+6.30231 s]
/proc/loadavg: 2.49 2.56 2.50 3/113 11773
/proc/meminfo: memFree=1778528/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 15 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=18752 CPUtime=2.36
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 4574 0 0 0 234 2 0 0 25 0 1 0 36018681 19202048 4517 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 4688 4517 79 151 0 4534 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 35624

[startup+12.7015 s]
/proc/loadavg: 2.53 2.57 2.50 3/113 11773
/proc/meminfo: memFree=1774128/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=21964 CPUtime=8.76
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 5392 0 0 0 873 3 0 0 25 0 1 0 36018681 22491136 5335 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 5491 5335 79 151 0 5337 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 38836

[startup+25.5018 s]
/proc/loadavg: 2.63 2.59 2.51 3/113 11773
/proc/meminfo: memFree=1763440/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=32336 CPUtime=21.55
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 7961 0 0 0 2150 5 0 0 25 0 1 0 36018681 33112064 7904 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 8084 7904 79 151 0 7930 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 49208

[startup+51.1015 s]
/proc/loadavg: 2.68 2.60 2.52 3/113 11773
/proc/meminfo: memFree=1747312/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=48800 CPUtime=47.14
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 12050 0 0 0 4704 10 0 0 25 0 1 0 36018681 49971200 11993 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 12200 11993 79 151 0 12046 0
Current children cumulated CPU time (s) 49.25
Current children cumulated vsize (KiB) 65672

[startup+102.309 s]
/proc/loadavg: 2.58 2.58 2.52 3/113 11773
/proc/meminfo: memFree=1728112/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=67936 CPUtime=98.33
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 16770 0 0 0 9819 14 0 0 25 0 1 0 36018681 69566464 16713 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 16984 16713 79 151 0 16830 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 84808

[startup+162.302 s]
/proc/loadavg: 2.74 2.63 2.53 3/113 11773
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=84844 CPUtime=158.3
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 20879 0 0 0 15812 18 0 0 25 0 1 0 36018681 86880256 20822 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 21211 20822 79 151 0 21057 0
Current children cumulated CPU time (s) 160.41
Current children cumulated vsize (KiB) 101716

[startup+222.302 s]
/proc/loadavg: 2.53 2.59 2.53 3/113 11773
/proc/meminfo: memFree=1695088/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=101316 CPUtime=218.28
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 25001 0 0 0 21804 24 0 0 25 0 1 0 36018681 103747584 24944 996147200 134512640 135134323 4294956192 18446744073709551615 134531934 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 25329 24944 79 151 0 25175 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 118188

[startup+282.302 s]
/proc/loadavg: 2.71 2.62 2.54 3/113 11773
/proc/meminfo: memFree=1680432/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.11
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1693 23254 0 5 6 2 182 21 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=115864 CPUtime=278.26
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 28677 0 0 0 27799 27 0 0 25 0 1 0 36018681 118644736 28620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 28966 28620 79 151 0 28812 0
Current children cumulated CPU time (s) 280.37
Current children cumulated vsize (KiB) 132736

[startup+342.301 s]
/proc/loadavg: 2.47 2.56 2.53 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=337.98
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 33771 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 340.27
Current children cumulated vsize (KiB) 134444

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

[startup+345.502 s]
/proc/loadavg: 2.43 2.55 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=341.18
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 34091 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 343.47
Current children cumulated vsize (KiB) 134444

[startup+351.902 s]
/proc/loadavg: 2.39 2.54 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=347.59
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 34732 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 349.88
Current children cumulated vsize (KiB) 134444

[startup+358.301 s]
/proc/loadavg: 2.44 2.55 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=353.98
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 35371 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 356.27
Current children cumulated vsize (KiB) 134444

[startup+359.902 s]
/proc/loadavg: 2.49 2.56 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=355.58
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 35531 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 357.87
Current children cumulated vsize (KiB) 134444

[startup+360.702 s]
/proc/loadavg: 2.49 2.56 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1762 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=356.38
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29089 0 0 0 35611 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 358.67
Current children cumulated vsize (KiB) 134444

[startup+361.503 s]
/proc/loadavg: 2.49 2.56 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.29
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1796 27123 0 6 7 2 196 24 16 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=357.09
/proc/11743/stat : 11743 (minisat-inc) S 11720 11720 10809 0 -1 4194304 29091 0 0 0 35682 27 0 0 25 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 359.38
Current children cumulated vsize (KiB) 134444

[startup+361.704 s]
/proc/loadavg: 2.49 2.56 2.52 3/113 11783
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=16872 CPUtime=2.46
/proc/11720/stat : 11720 (sugar++) S 11718 11720 10809 0 -1 4194304 1828 30992 0 7 7 2 211 26 15 0 1 0 36018503 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11720/statm: 4218 1124 414 3 0 797 0
[pid=11743] ppid=11720 vsize=117572 CPUtime=357.1
/proc/11743/stat : 11743 (minisat-inc) R 11720 11720 10809 0 -1 4194304 29091 0 0 0 35682 28 0 0 24 0 1 0 36018681 120393728 29030 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/11743/statm: 29393 29030 79 151 0 29239 0
Current children cumulated CPU time (s) 359.56
Current children cumulated vsize (KiB) 134444

[startup+361.804 s]
/proc/loadavg: 2.49 2.56 2.52 4/111 11793
/proc/meminfo: memFree=1801600/2055920 swapFree=4192812/4192956
[pid=11720] ppid=11718 vsize=0 CPUtime=359.66
/proc/11720/stat : 11720 (sugar++) Z 11718 11720 10809 0 -1 4194316 1911 60085 0 7 7 2 35901 56 15 0 1 0 36018503 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/11720/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 361.811
CPU time (s): 359.681
CPU user time (s): 359.088
CPU system time (s): 0.592909
CPU usage (%): 99.4114
Max. virtual memory (cumulated for all children) (KiB): 890568

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

runsolver used 0.554915 second user time and 1.55376 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-11 18:20:12
IDJOB=1108275
IDBENCH=60699
IDSOLVER=367
FILE ID=node84/1108275-1215793211
PBS_JOBID= 7903047
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78fd2e0579ed1e222d3ce17f5c52a213
RANDOM SEED=890991055

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1803152 kB
Buffers:         11844 kB
Cached:          61868 kB
SwapCached:          0 kB
Active:         163456 kB
Inactive:        27904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:         139292 kB
Slab:            43092 kB
Committed_AS:  1108548 kB
PageTables:       4524 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= 66556 MiB
End job on node84 at 2008-07-11 18:26:13